summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-07 23:43:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-07 23:43:18 +0000
commitff79cc570e724e5f39af535e40d3d25889f42d62 (patch)
treee7a27136ed0feaec8ccb069d932fbd2e9bea1637 /c/src/lib/libcpu/powerpc/configure.ac
parent2001-11-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ff79cc570e724e5f39af535e40d3d25889f42d62.tar.bz2
2001-11-07 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Delete the commented out line that said that the mpc8260 used the old exception processing model. This line also appears to have caused ppc603e to miss this test.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/configure.ac b/c/src/lib/libcpu/powerpc/configure.ac
index 08252af1c4..06a38d4bae 100644
--- a/c/src/lib/libcpu/powerpc/configure.ac
+++ b/c/src/lib/libcpu/powerpc/configure.ac
@@ -51,7 +51,6 @@ test "$RTEMS_CPU_MODEL" = "mpc860" \
AM_CONDITIONAL(old_exception_processing, \
test "$RTEMS_CPU_MODEL" = "ppc403" || \
test "$RTEMS_CPU_MODEL" = "mpc505" || \
-#test "$RTEMS_CPU_MODEL" = "mpc8260" || \
test "$RTEMS_CPU_MODEL" = "ppc603e" \
)