2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove mpc750 from new_exception_processing,
	Remove mpc604 from new_exception_processing.
This commit is contained in:
Joel Sherrill
2001-11-21 18:39:24 +00:00
parent 93d20478f7
commit e1eb8a349a
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove mpc750 from new_exception_processing,
Remove mpc604 from new_exception_processing.
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove ppc603e from old_exception_processing.

View File

@@ -38,10 +38,7 @@ AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "mpc750" \
## there are no 601 or 602 BSPs currently. The 505 BSPs are in user land.
AM_CONDITIONAL(new_exception_processing, \
test "$RTEMS_CPU_MODEL" = "mpc750" || \
test "$RTEMS_CPU_MODEL" = "mpc604" || \
test "$RTEMS_CPU_MODEL" = "mpc860" \
)
test "$RTEMS_CPU_MODEL" = "mpc860" )
## The goal is to get rid of the old exception processing code but
## but all BSPs in the distribution must be migrated to the new model