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

* custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
	with FreeBSD and now unused).
	* custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
This commit is contained in:
Ralf Corsepius
2004-04-13 15:49:18 +00:00
parent 28b6335209
commit cd2fcd516e
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
with FreeBSD and now unused).
* custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
2004-04-12 David Querbach <querbach@realtime.bc.ca>
* custom/ss555.cfg: New file.

View File

@@ -11,8 +11,6 @@ RTEMS_BSP_FAMILY=posix
include $(RTEMS_ROOT)/make/custom/default.cfg
LIBC_DEFINES =-D_POSIX_C_SOURCE
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2

View File

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