From 8c62cf4209b2fe57fdbc3a138f2c644e19774367 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 6 Jun 2018 16:21:22 +0200 Subject: tools: Remove shgen 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 shgen tool is GPL licensed. Remove all uses of this tool from the code base. Replace generated files with stub functions. If users of this BSP still exist, they can reimplement the functionality using a BSD-style license. Close #3443. --- tools/cpu/configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/cpu/configure.ac') diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac index 69ac4d89dd..8e96cf9c13 100644 --- a/tools/cpu/configure.ac +++ b/tools/cpu/configure.ac @@ -19,7 +19,6 @@ AC_SUBST(program_prefix) AC_CONFIG_SUBDIRS(generic) case "$RTEMS_CPU" in -sh ) AC_CONFIG_SUBDIRS(sh);; nios2 ) AC_CONFIG_SUBDIRS(nios2);; esac -- cgit v1.2.3