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

* make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
	with Cygwin and now unused).
This commit is contained in:
Ralf Corsepius
2004-04-09 03:24:10 +00:00
parent 7b5f6e82d4
commit 2eec0cd1fb
2 changed files with 5 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
with Cygwin and now unused).
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
-4
View File
@@ -14,10 +14,6 @@ RTEMS_BSP_FAMILY=posix
include $(RTEMS_ROOT)/make/custom/default.cfg
LIBC_DEFINES =-D_POSIX_C_SOURCE
DEFINES += -D_BSD_SOURCE
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2