summaryrefslogtreecommitdiffstats
path: root/tools/cpu/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-06 16:18:49 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-14 07:31:08 +0200
commit46c2da693c209e1004e69abc7aea0752ef249940 (patch)
tree7930595fe47872f996e95d96a6d31091cbbc3c00 /tools/cpu/configure.ac
parenttools: Remove shgen (diff)
downloadrtems-46c2da693c209e1004e69abc7aea0752ef249940.tar.bz2
tools: Remove nios2gen
All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, the this tool is RTEMS GPL licensed. If users of this tool still exist, they can reimplement the functionality using a BSD-style license and add it to the RTEMS tools. Close #3444.
Diffstat (limited to '')
-rw-r--r--tools/cpu/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac
index 8e96cf9c13..220311bf80 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/configure.ac
@@ -18,9 +18,6 @@ RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
AC_CONFIG_SUBDIRS(generic)
-case "$RTEMS_CPU" in
-nios2 ) AC_CONFIG_SUBDIRS(nios2);;
-esac
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])