source: rtems/c/src/lib/libbsp/c4x/acinclude.m4 @ 57d673c

4.104.114.84.95
Last change on this file since 57d673c was 6e68690d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/03 at 13:45:13

2003-10-20 Ralf Corsepius <corsepiu@…>

  • acinclude.m4: Reflect changes to bootstrap.
  • configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
  • Property mode set to 100644
File size: 189 bytes
Line 
1# RTEMS_CHECK_BSPDIR(RTEMS_BSP)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$RTEMS_BSP_FAMILY" in
5  c4xsim )
6    AC_CONFIG_SUBDIRS([c4xsim]);;
7  *)
8    AC_MSG_ERROR([Invalid BSP]);;
9  esac
10])
Note: See TracBrowser for help on using the repository browser.