2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>

* aclocal/prog-ccas.m4: Remove $(GCCSPECS).
This commit is contained in:
Ralf Corsepius
2005-01-05 16:59:31 +00:00
parent 5cec926e2e
commit 69ad3b33ec
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
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.

View File

@@ -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)"])
])