forked from Imagelibrary/rtems
2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX. * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX. * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX. * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX. * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
|
||||||
|
* custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
|
||||||
|
* custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
|
||||||
|
* custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
|
||||||
|
* custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
|
||||||
|
|
||||||
2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
|
2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
|
||||||
|
|
||||||
* custom/edb7312.cfg: New file.
|
* custom/edb7312.cfg: New file.
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ RTEMS_BSP_FAMILY=posix
|
|||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
||||||
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
|
||||||
|
|
||||||
# The following define the memory reserved in the executable for the
|
# The following define the memory reserved in the executable for the
|
||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ RTEMS_BSP_FAMILY=posix
|
|||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
||||||
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
|
||||||
|
|
||||||
# The following define the memory reserved in the executable for the
|
# The following define the memory reserved in the executable for the
|
||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
|
|||||||
@@ -20,8 +20,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
|||||||
INLINE=macros
|
INLINE=macros
|
||||||
INLINE_UPCASE=MACRO
|
INLINE_UPCASE=MACRO
|
||||||
|
|
||||||
LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
|
||||||
|
|
||||||
# The following define the memory reserved in the executable for the
|
# The following define the memory reserved in the executable for the
|
||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
# NOTE: some of the timing tests need > 1M workspace
|
# NOTE: some of the timing tests need > 1M workspace
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ RTEMS_BSP_FAMILY=posix
|
|||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
||||||
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
|
||||||
|
|
||||||
# The following define the memory reserved in the executable for the
|
# The following define the memory reserved in the executable for the
|
||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
|||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
LIBC_DEFINES += -DWORKSPACE_MB=2
|
LIBC_DEFINES += -DWORKSPACE_MB=2
|
||||||
LIBC_DEFINES += -DHEAPSPACE_MB=1
|
LIBC_DEFINES += -DHEAPSPACE_MB=1
|
||||||
LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
|
||||||
|
|
||||||
DEFINES += -D__EXTENSIONS__ -Dsolaris2
|
DEFINES += -D__EXTENSIONS__ -Dsolaris2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user