The -ansi flag really is necessary.

This commit is contained in:
W. Eric Norum
2007-05-03 20:14:26 +00:00
parent ad8302f4b1
commit 9d8ecac1f0

View File

@@ -99,8 +99,8 @@ CODE_CXXFLAGS =
#--------------------------------------------------
# RTEMS uses the inline keyword so -pedantic causes too many problems.
CONFORM_CFLAGS_STRICT = # -ansi # -ansi removes a lot of useful stuff
CONFORM_CXXFLAGS_STRICT = # -ansi # -ansi removes a lot of useful stuff
CONFORM_CFLAGS_STRICT = -ansi
CONFORM_CXXFLAGS_STRICT = -ansi
#--------------------------------------------------
# Command-line input support