summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 16:21:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 07:01:16 +0100
commitbfcf1473cf117d039c76f1f10e40185cdc2f51ed (patch)
tree66ff2f5daf44ede6e1e8dd7f11a84ee6ee92a165 /cpukit/configure.ac
parentarm/csb337: Update Doxygen (GCI 2018) (diff)
downloadrtems-bfcf1473cf117d039c76f1f10e40185cdc2f51ed.tar.bz2
m32c: Remove this target
Update #3599.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index e216fb838e..f257db3f7f 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -335,16 +335,6 @@ esac
AM_CONDITIONAL(LIBDEBUGGER,[test x"$HAVE_LIBDEBUGGER" = x"yes"])
AC_MSG_RESULT([$HAVE_LIBDEBUGGER])
-AC_MSG_CHECKING([whether CPU supports SHA])
-case $RTEMS_CPU in
- m32c)
- HAVE_SHA=no ;;
- *)
- HAVE_SHA=yes ;;
-esac
-AM_CONDITIONAL(SHA,[test x"$HAVE_SHA" = x"yes"])
-AC_MSG_RESULT([$HAVE_SHA])
-
# Filter libpci to only build for architectures that have support for it
AC_MSG_CHECKING([whether CPU supports libpci])
case $RTEMS_CPU in
@@ -372,7 +362,6 @@ AM_CONDITIONAL([CPU_BFIN],[test $RTEMS_CPU = "bfin"])
AM_CONDITIONAL([CPU_EPIPHANY],[test $RTEMS_CPU = "epiphany"])
AM_CONDITIONAL([CPU_I386],[test $RTEMS_CPU = "i386"])
AM_CONDITIONAL([CPU_LM32],[test $RTEMS_CPU = "lm32"])
-AM_CONDITIONAL([CPU_M32C],[test $RTEMS_CPU = "m32c"])
AM_CONDITIONAL([CPU_M68K],[test $RTEMS_CPU = "m68k"])
AM_CONDITIONAL([CPU_MIPS],[test $RTEMS_CPU = "mips"])
AM_CONDITIONAL([CPU_MOXIE],[test $RTEMS_CPU = "moxie"])