From c9dcf77c9c75066f09a62fc6a4059cd2fb41426d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 15 Nov 2002 14:28:55 +0000 Subject: 2002-11-15 Ralf Corsepius * 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. --- make/ChangeLog | 8 ++++++++ make/custom/Cygwin-posix.cfg | 1 - make/custom/FreeBSD-posix.cfg | 1 - make/custom/HPUX9-posix.cfg | 2 -- make/custom/Linux-posix.cfg | 1 - make/custom/Solaris-posix.cfg | 1 - 6 files changed, 8 insertions(+), 6 deletions(-) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index c143e85795..b7c569f699 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,11 @@ +2002-11-15 Ralf Corsepius + + * 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 * custom/edb7312.cfg: New file. diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg index ae2d1a6bad..4b30e625e6 100644 --- a/make/custom/Cygwin-posix.cfg +++ b/make/custom/Cygwin-posix.cfg @@ -15,7 +15,6 @@ RTEMS_BSP_FAMILY=posix include $(RTEMS_ROOT)/make/custom/default.cfg LIBC_DEFINES =-D_POSIX_C_SOURCE -LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX # The following define the memory reserved in the executable for the # RTEMS Workspace and the C Program Heap. diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg index 80ef13a33a..7f8ebdee91 100644 --- a/make/custom/FreeBSD-posix.cfg +++ b/make/custom/FreeBSD-posix.cfg @@ -12,7 +12,6 @@ RTEMS_BSP_FAMILY=posix include $(RTEMS_ROOT)/make/custom/default.cfg LIBC_DEFINES =-D_POSIX_C_SOURCE -LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX # The following define the memory reserved in the executable for the # RTEMS Workspace and the C Program Heap. diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg index 3f0cf513c0..24eb841af2 100644 --- a/make/custom/HPUX9-posix.cfg +++ b/make/custom/HPUX9-posix.cfg @@ -20,8 +20,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg INLINE=macros INLINE_UPCASE=MACRO -LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX - # The following define the memory reserved in the executable for the # RTEMS Workspace and the C Program Heap. # NOTE: some of the timing tests need > 1M workspace diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg index 682c854300..8c0c4b8cf1 100644 --- a/make/custom/Linux-posix.cfg +++ b/make/custom/Linux-posix.cfg @@ -15,7 +15,6 @@ RTEMS_BSP_FAMILY=posix include $(RTEMS_ROOT)/make/custom/default.cfg LIBC_DEFINES =-D_POSIX_C_SOURCE -LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX # The following define the memory reserved in the executable for the # RTEMS Workspace and the C Program Heap. diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg index 2e67ee6b57..a61d1ee41c 100644 --- a/make/custom/Solaris-posix.cfg +++ b/make/custom/Solaris-posix.cfg @@ -18,7 +18,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg # RTEMS Workspace and the C Program Heap. LIBC_DEFINES += -DWORKSPACE_MB=2 LIBC_DEFINES += -DHEAPSPACE_MB=1 -LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX DEFINES += -D__EXTENSIONS__ -Dsolaris2 -- cgit v1.2.3