source: rtems/c/src/lib/libbsp/i386/acinclude.m4 @ 4ff09d5b

5
Last change on this file since 4ff09d5b was f29b0473, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/01/11 at 17:42:19

2011-03-01 Ralf Corsépius <ralf.corsepius@…>

  • acinclude.m4: Regenerate (Reflect the i386ex and tx_386ex BSP have been removed.).
  • Property mode set to 100644
File size: 179 bytes
Line 
1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$1" in
5  pc386 )
6    AC_CONFIG_SUBDIRS([pc386]);;
7  *)
8    AC_MSG_ERROR([Invalid BSP]);;
9  esac
10])
Note: See TracBrowser for help on using the repository browser.