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:
@@ -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