summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 16:59:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-05 16:59:31 +0000
commit69ad3b33ecfc9bcd51189c4bfc63058433e16e8a (patch)
treeef2a9c675cb2df94119c60e4a3cc49870ed46fa4 /cpukit
parentFix typo. (diff)
downloadrtems-69ad3b33ecfc9bcd51189c4bfc63058433e16e8a.tar.bz2
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/prog-ccas.m4: Remove $(GCCSPECS).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/aclocal/prog-ccas.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a0728a3b3d..bbdbca3a48 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
+
+2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* rtems/src/eventsurrender.c: Remove bogus type casts.
* sapi/Makefile.am: Eliminate *_FILES.
diff --git a/cpukit/aclocal/prog-ccas.m4 b/cpukit/aclocal/prog-ccas.m4
index aeef25ec0c..c5b64f561f 100644
--- a/cpukit/aclocal/prog-ccas.m4
+++ b/cpukit/aclocal/prog-ccas.m4
@@ -3,6 +3,6 @@
AC_DEFUN([RTEMS_PROG_CCAS],
[
AC_REQUIRE([RTEMS_PROG_CC])
-AC_SUBST(CCAS,["$CC \$(GCCSPECS)"])
+AC_SUBST(CCAS,["$CC"])
AC_SUBST(CCASFLAGS,["-DASM \$(CFLAGS) \$(INCLUDES)"])
])