summaryrefslogtreecommitdiffstats
path: root/c/src/automake
diff options
context:
space:
mode:
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@