aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-09 04:00:53 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-10 02:54:59 -0500
commit22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab (patch)
treebb7933fd15e5c4c05fd24fa3c1e01197789f8a89 /sim/testsuite
parent7124407794aaa3762a25c26cd3a00a637f7241c9 (diff)
downloadgdb-22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab.zip
gdb-22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab.tar.gz
gdb-22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab.tar.bz2
sim: drop --enable-sim-cflags option
No other sub directory provides such a configuration option, so drop it from the sim dir as well. This cleans up a good bit of code in the process. If people want to use custom flags for just the sim, they can still run configure+make by hand in the sim subdir and use the normal CFLAGS settings.
Diffstat (limited to 'sim/testsuite')
-rw-r--r--sim/testsuite/ChangeLog4
-rwxr-xr-xsim/testsuite/configure5
2 files changed, 4 insertions, 5 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog
index 63ec3ed..ef1068e 100644
--- a/sim/testsuite/ChangeLog
+++ b/sim/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-10 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2016-01-02 Mike Frysinger <vapier@gentoo.org>
* common/bits-gen.c (main): Change BIG_ENDIAN to BFD_ENDIAN_BIG and
diff --git a/sim/testsuite/configure b/sim/testsuite/configure
index 287245b..bbc3bea 100755
--- a/sim/testsuite/configure
+++ b/sim/testsuite/configure
@@ -1823,7 +1823,6 @@ esac
-sim_common=yes
sim_igen=no
sim_arch=
case "${target}" in
@@ -1914,10 +1913,6 @@ case "${target}" in
sim_arch=v850
sim_igen=yes
;;
- *)
- # No simulator subdir, so the subdir "common" isn't needed.
- sim_common=no
- ;;
esac