aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.tgt
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-08 20:27:46 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-09 03:52:30 -0500
commit5295724cdc94a09713b021728b02163dad128e9e (patch)
tree62925999cfa4bd04854e77673504442db2340cf6 /sim/configure.tgt
parent936df7568a0e47547285a0dd57b81643264fef38 (diff)
downloadgdb-5295724cdc94a09713b021728b02163dad128e9e.zip
gdb-5295724cdc94a09713b021728b02163dad128e9e.tar.gz
gdb-5295724cdc94a09713b021728b02163dad128e9e.tar.bz2
sim: stop configuring common subdir
Now that cconfig.h doesn't exist, there's no need to build in the common subdir anymore. We leave the configure/Makefile files in there as there is a helper for developers to generate the nltvals.def file. Once that gets cleaned up in the future though, we can drop the build logic too.
Diffstat (limited to 'sim/configure.tgt')
-rw-r--r--sim/configure.tgt5
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/configure.tgt b/sim/configure.tgt
index 83f6cb2..c958fb3 100644
--- a/sim/configure.tgt
+++ b/sim/configure.tgt
@@ -11,7 +11,6 @@ dnl the shell level, so use sinclude(...) to pull it in.
dnl glue to avoid code duplication at top level
m4_ifndef([SIM_ARCH], [AC_DEFUN([SIM_ARCH],[sim_arch=$1])])
-sim_common=yes
sim_igen=no
sim_arch=
case "${target}" in
@@ -102,9 +101,5 @@ case "${target}" in
SIM_ARCH(v850)
sim_igen=yes
;;
- *)
- # No simulator subdir, so the subdir "common" isn't needed.
- sim_common=no
- ;;
esac
AC_SUBST(sim_arch)