summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am4
1 files changed, 2 insertions, 2 deletions
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)