From ba536373d8dfd185dbf28176c7a8818a347786d4 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 1 May 2007 21:50:26 +0000 Subject: [PATCH] Get rid of -ansi. It causes problems with lots of header files. --- configure/os/CONFIG.Common.RTEMS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index 61adf59cc..a90cc73d7 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -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