forked from Imagelibrary/rtems
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
|
||||
|
||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
|
||||
|
||||
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=posix
|
||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
|
||||
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
|
||||
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
||||
LIBC_DEFINES =-D_POSIX_C_SOURCE -U__STRICT_ANSI__
|
||||
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
|
||||
|
||||
# The following define the memory reserved in the executable for the
|
||||
|
||||
Reference in New Issue
Block a user