forked from Imagelibrary/rtems
2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Add gensh4 and simsh4.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user