forked from Imagelibrary/rtems
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:
8
aclocal/prog-ccas.m4
Normal file
8
aclocal/prog-ccas.m4
Normal 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)"])
|
||||
])
|
||||
Reference in New Issue
Block a user