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

* configure.ac: Remove mpc8620 from new_exception_processing.
This commit is contained in:
Joel Sherrill
2001-11-20 18:54:57 +00:00
parent 36024a6c2e
commit 5e0e4487d3
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 mpc8620 from new_exception_processing.
2001-11-20 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected spacing.

View File

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