summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-09 03:03:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-09 03:03:54 +0000
commit25d2f5d7ca42d601339f6cd78fb6b243415018f1 (patch)
tree5b1c51165cfce228a7e3b9b3916235715d5053af
parent2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-25d2f5d7ca42d601339f6cd78fb6b243415018f1.tar.bz2
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/Linux-posix.cfg4
2 files changed, 5 insertions, 3 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 24355ac6d9..4141519882 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
+
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg
index 96f87740ef..6a4b26e6a3 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -14,9 +14,7 @@ RTEMS_BSP_FAMILY=posix
include $(RTEMS_ROOT)/make/custom/default.cfg
-LIBC_DEFINES =-D_POSIX_C_SOURCE
-
-CPU_CFLAGS = -D_BSD_SOURCE
+CPU_CFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS