From 9d8ecac1f052612df4a11d6e99abde4e7b6baa07 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 3 May 2007 20:14:26 +0000 Subject: [PATCH] The -ansi flag really is necessary. --- 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 a90cc73d7..61adf59cc 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 # -ansi removes a lot of useful stuff -CONFORM_CXXFLAGS_STRICT = # -ansi # -ansi removes a lot of useful stuff +CONFORM_CFLAGS_STRICT = -ansi +CONFORM_CXXFLAGS_STRICT = -ansi #-------------------------------------------------- # Command-line input support