2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/prog-ccas.m4: New.
	* aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
	* aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
	* aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
This commit is contained in:
Ralf Corsepius
2002-11-29 08:27:53 +00:00
parent f7e1564a61
commit ff65620a69
5 changed files with 25 additions and 17 deletions

8
aclocal/prog-ccas.m4 Normal file
View File

@@ -0,0 +1,8 @@
## $Id$
AC_DEFUN([RTEMS_PROG_CCAS],
[
AC_REQUIRE([RTEMS_PROG_CC])
AC_SUBST(CCAS,["$CC \$(GCCSPECS)"])
AC_SUBST(CCASFLAGS,["-DASM \$(CFLAGS) \$(INCLUDES)"])
])