summaryrefslogtreecommitdiffstats
path: root/c/src/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-23 14:57:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-23 14:57:58 +0000
commit05eb1fb57667af23a6c93b335cf6b1b36a1f398e (patch)
treeb009b6f9568d1587245e09364785701d05755f31 /c/src/automake
parent2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-05eb1fb57667af23a6c93b335cf6b1b36a1f398e.tar.bz2
Remove RTEMS_CFLAGS.
Diffstat (limited to 'c/src/automake')
-rw-r--r--c/src/automake/compile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index 6ba8636096..f0c5466ae8 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -11,6 +11,6 @@ CCAS = @CCAS@ $(GCCSPECS)
##
AM_CPPFLAGS = @RTEMS_CPPFLAGS@
-AM_CFLAGS = @RTEMS_CFLAGS@
-AM_CXXFLAGS = @RTEMS_CFLAGS@
+AM_CFLAGS =
+AM_CXXFLAGS =
AM_CCASFLAGS = @RTEMS_CCASFLAGS@