Using -ansi causes problems.

Get rid of it.
This commit is contained in:
W. Eric Norum
2008-09-10 17:35:05 +00:00
parent b403ac5370
commit a1de4a8f5d

View File

@@ -100,8 +100,9 @@ CODE_CXXFLAGS =
#--------------------------------------------------
# RTEMS uses the inline keyword so -pedantic causes too many problems.
CONFORM_CFLAGS_STRICT = -ansi
CONFORM_CXXFLAGS_STRICT = -ansi
# Using -ansi turns off lots of useful prototypes (e.g. strtok_r).
CONFORM_CFLAGS_STRICT =
CONFORM_CXXFLAGS_STRICT =
#--------------------------------------------------
# Command-line input support