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

* configure.ac: Add sh7750.
This commit is contained in:
Joel Sherrill
2001-10-15 18:02:54 +00:00
parent 1f038391bd
commit 1329140527
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add sh7750.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -27,6 +27,7 @@ RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
case "$RTEMS_CPU_MODEL" in
sh7032 ) AC_CONFIG_SUBDIRS([sh7032]);;
sh7045 ) AC_CONFIG_SUBDIRS([sh7045]);;
sh7750 ) AC_CONFIG_SUBDIRS([sh7750]);;
*) AC_MSG_ERROR([Invalid RTEMS_CPU_MODEL]);
esac