Removing -ansi causes *lots* of other problems, so back out previous change.

This commit is contained in:
W. Eric Norum
2003-07-31 16:34:16 +00:00
parent e00b773830
commit b99238b93c
+3 -4
View File
@@ -92,10 +92,9 @@ CODE_CFLAGS =
CODE_CXXFLAGS =
#--------------------------------------------------
# RTEMS uses the inline keyword and some non-ANSI C library functions
# so -ansi -pedantic causes too many problems.
CONFORM_CFLAGS_STRICT =
CONFORM_CXXFLAGS_STRICT =
# RTEMS uses the inline keyword so -pedantic causes too many problems.
CONFORM_CFLAGS_STRICT = -ansi
CONFORM_CXXFLAGS_STRICT = -ansi
#--------------------------------------------------
# Command-line input support