summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/configure.ac')
-rw-r--r--c/src/lib/libcpu/powerpc/configure.ac5
1 files changed, 1 insertions, 4 deletions
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