From 8c8be611285a1676901654e988340e2bc301a5ab Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Fri, 28 Feb 2003 21:38:54 +0000 Subject: [PATCH] Don't use -ansi. --- configure/os/CONFIG.Common.RTEMS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index 28c8b3a10..fe71e3110 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -92,9 +92,9 @@ CODE_CFLAGS = CODE_CXXFLAGS = #-------------------------------------------------- -# RTEMS uses the inline keyword, so get rid of pedantic warnings -CONFORM_CFLAGS_STRICT = -ansi -CONFORM_CXXFLAGS_STRICT = -ansi +# RTEMS uses the inline keyword and non-ANSI functions (like strdup) +CONFORM_CFLAGS_STRICT = +CONFORM_CXXFLAGS_STRICT = #-------------------------------------------------- # Command-line input support