From 8351871339227a497e8cb174a46221726f2bbaf9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 26 Apr 2001 14:09:17 +0000 Subject: 2001-04-26 Ralf Corsepius * README.cdn-X: Update. * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add @CPPFLAGS@ to CPPFLAGS. --- automake/compile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'automake') diff --git a/automake/compile.am b/automake/compile.am index 916a136dbb..7c5bfc1899 100644 --- a/automake/compile.am +++ b/automake/compile.am @@ -47,7 +47,7 @@ if RTEMS_USE_GCC ## All the stuff below is specific to gcc -CFLAGS_DEFAULT=-g -Wall -ansi -fasm +CFLAGS_DEFAULT=-g -Wall if RTEMS_USE_GCC272 ## gcc <= 2.7.2 @@ -75,7 +75,7 @@ endif # RTEMS_USE_GCC DEFS = @DEFS@ -CPPFLAGS += $(CPU_DEFINES) $(CPU_CFLAGS) \ +CPPFLAGS += @CPPFLAGS@ $(CPU_DEFINES) $(CPU_CFLAGS) \ $(DEFINES) $(XCPPFLAGS) $(CPPFLAGS_GCC) CFLAGS = $(CFLAGS_DEFAULT) $(XCFLAGS) CXXFLAGS = $(CFLAGS_DEFAULT) $(XCXXFLAGS) -- cgit v1.2.3