summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
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/aclocal
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/aclocal')
-rw-r--r--cpukit/aclocal/prog-ccas.m42
1 files changed, 1 insertions, 1 deletions
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)"])
])