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

* configure.ac: Remove mpc8xx from new_exception_processing.
This commit is contained in:
Joel Sherrill
2001-11-20 20:56:54 +00:00
parent a862d15b19
commit d4aa480982
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove mpc8xx from new_exception_processing.
2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove mpc8620 from new_exception_processing.

View File

@@ -40,7 +40,6 @@ AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "mpc750" \
AM_CONDITIONAL(new_exception_processing, \
test "$RTEMS_CPU_MODEL" = "mpc750" || \
test "$RTEMS_CPU_MODEL" = "mpc604" || \
test "$RTEMS_CPU_MODEL" = "mpc8xx" || \
test "$RTEMS_CPU_MODEL" = "mpc860" \
)