mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user