2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* acinclude.m4: Add gensh4 and simsh4.
This commit is contained in:
Joel Sherrill
2001-10-15 18:02:30 +00:00
parent 473ed53be0
commit 1f038391bd
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Add gensh4 and simsh4.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -7,8 +7,12 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
AC_CONFIG_SUBDIRS([gensh1]);;
gensh2 )
AC_CONFIG_SUBDIRS([gensh2]);;
gensh4 )
AC_CONFIG_SUBDIRS([gensh4]);;
shsim )
AC_CONFIG_SUBDIRS([shsim]);;
simsh4 )
AC_CONFIG_SUBDIRS([simsh4]);;
*)
AC_MSG_ERROR([Invalid BSP]);;
esac