summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/automake/compile.am2
2 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f49611260c..9f742b20f8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
-2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
+2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
from the 2002-12-12 patch).
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)