2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>

* make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
This commit is contained in:
Ralf Corsepius
2004-04-09 03:03:54 +00:00
parent 3395ae8ac1
commit 25d2f5d7ca
2 changed files with 5 additions and 3 deletions

View File

@@ -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> 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x

View File

@@ -14,9 +14,7 @@ RTEMS_BSP_FAMILY=posix
include $(RTEMS_ROOT)/make/custom/default.cfg include $(RTEMS_ROOT)/make/custom/default.cfg
LIBC_DEFINES =-D_POSIX_C_SOURCE CPU_CFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE
CPU_CFLAGS = -D_BSD_SOURCE
# optimize flag: typically -0, could use -O4 or -fast # optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS # -O4 is ok for RTEMS