summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-26 14:09:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-26 14:09:17 +0000
commit8351871339227a497e8cb174a46221726f2bbaf9 (patch)
treeb0411d73526c891de81849072c23f88518c63d48 /automake
parentchanged version to ss-20010424 (diff)
downloadrtems-8351871339227a497e8cb174a46221726f2bbaf9.tar.bz2
2001-04-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* README.cdn-X: Update. * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add @CPPFLAGS@ to CPPFLAGS.
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)