From ec11da3a05859473ca81f4eb0ec793e7a92bce07 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 30 Jul 2003 21:42:54 +0000 Subject: [PATCH] RTEMS header files have just too many functions whose prototypes are removed when -ansi is specified. --- configure/os/CONFIG.Common.RTEMS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index bc2d62e27..b1a97085a 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -92,9 +92,10 @@ CODE_CFLAGS = CODE_CXXFLAGS = #-------------------------------------------------- -# RTEMS uses the inline keyword so -pedantic causes too many problems. -CONFORM_CFLAGS_STRICT = -ansi -CONFORM_CXXFLAGS_STRICT = -ansi +# 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 = #-------------------------------------------------- # Command-line input support