source: rtems/aclocal/enable-rtemsbsp.m4 @ b50b3c8

4.104.114.84.95
Last change on this file since b50b3c8 was b50b3c8, checked in by Joel Sherrill <joel.sherrill@…>, on 02/21/01 at 14:20:50

2001-02-20 Ralf Corsepius <corsepiu@…>

  • aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in TARGET_CONFIG_SUBDIRS.
  • aclocal/enable-bsp.m4: fix quoting.
  • aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
  • Property mode set to 100644
File size: 447 bytes
RevLine 
[eb299afc]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[
[b62a92c]8AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])dnl
[eb299afc]9AC_ARG_ENABLE(rtemsbsp,
[b50b3c8]10[  --enable-rtemsbsp=\"bsp1 bsp2 ..\"     BSPs to include in build],
[eb299afc]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.