forked from Imagelibrary/rtems
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user