summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:39:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:39:24 +0000
commite1eb8a349adb0d76e85bd1696673b939903e4dc5 (patch)
treec657f411da20594cb8cb83dfa4b092ad3166bdb7 /c
parent2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e1eb8a349adb0d76e85bd1696673b939903e4dc5.tar.bz2
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove mpc750 from new_exception_processing, Remove mpc604 from new_exception_processing.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/configure.ac5
2 files changed, 6 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 557bd85b43..afdec0d157 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,10 @@
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.
2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/c/src/lib/libcpu/powerpc/configure.ac b/c/src/lib/libcpu/powerpc/configure.ac
index 927f4e2b07..46d340ea43 100644
--- a/c/src/lib/libcpu/powerpc/configure.ac
+++ b/c/src/lib/libcpu/powerpc/configure.ac
@@ -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