From b99238b93c8a81f1c55d9383a6ef1ed2c54173c1 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 31 Jul 2003 16:34:16 +0000 Subject: [PATCH] Removing -ansi causes *lots* of other problems, so back out previous change. --- configure/os/CONFIG.Common.RTEMS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index b1a97085a..bc2d62e27 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -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