summaryrefslogtreecommitdiffstats
path: root/cpukit/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-19 05:17:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-19 05:17:22 +0000
commit28ed8f3ab2bb1e56b84fb4f2ce330412f7f17c91 (patch)
tree8c3f5fe41623577c20ac3cf02550151630eeafe7 /cpukit/automake
parent2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-28ed8f3ab2bb1e56b84fb4f2ce330412f7f17c91.tar.bz2
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
Diffstat (limited to 'cpukit/automake')
-rw-r--r--cpukit/automake/compile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am
index 4a75984334..687262326d 100644
--- a/cpukit/automake/compile.am
+++ b/cpukit/automake/compile.am
@@ -168,4 +168,4 @@ CPP = @CPP@ $(GCCSPECS)
##
AM_CPPFLAGS = $(RTEMS_CPPFLAGS)
AM_CFLAGS =
-AM_CCASFLAGS = $(RTEMS_BSP_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)
+AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)