source: rtems/cpukit/aclocal/prog-ccas.m4 @ a29d2e7

4.104.114.84.95
Last change on this file since a29d2e7 was 69ad3b33, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/05 at 16:59:31

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

  • aclocal/prog-ccas.m4: Remove $(GCCSPECS).
  • Property mode set to 100644
File size: 147 bytes
Line 
1## $Id$
2
3AC_DEFUN([RTEMS_PROG_CCAS],
4[
5AC_REQUIRE([RTEMS_PROG_CC])
6AC_SUBST(CCAS,["$CC"])
7AC_SUBST(CCASFLAGS,["-DASM \$(CFLAGS) \$(INCLUDES)"])
8])
Note: See TracBrowser for help on using the repository browser.