source: rtems/aclocal/enable-rtemsbsp.m4 @ 85371f7

4.104.114.84.95
Last change on this file since 85371f7 was 560aae24, checked in by Joel Sherrill <joel.sherrill@…>, on 01/29/01 at 15:27:25

2001-01-26 Ralf Corsepius <corsepiu@…>

  • aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP, RTEMS_ENV_RTEMSCPU.
  • aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add special treatment for GCC_SPECS.
  • aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add special treatment for GCC_SPECS.
  • aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
  • aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
  • automake/compile.am: New treatment of CPP, GCCSPECS, use .. instead of $(shell ..) for LIBC_LIB*.
  • Property mode set to 100644
File size: 444 bytes
Line 
1dnl $Id$
2
3dnl Override the set of BSPs to be built.
4dnl used by the toplevel configure script
5dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)
6AC_DEFUN(RTEMS_ENABLE_RTEMSBSP,
7[
8AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])dnl
9AC_ARG_ENABLE(rtemsbsp,
10[  --enable-rtemsbsp=bsp1 bsp2 ..      BSPs to include in build],
11[case "${enableval}" in
12  yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp=\"bsp1 bsp2\"]);;
13  *) $1=$enableval;;
14esac],[$1=""])
15])
Note: See TracBrowser for help on using the repository browser.