Get rid of -ansi. It causes problems with lots of header files.

This commit is contained in:
W. Eric Norum
2007-05-01 21:50:26 +00:00
parent ae887b7527
commit ba536373d8

View File

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