aboutsummaryrefslogtreecommitdiff
path: root/sim/sh64/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-10 16:52:25 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-10 17:03:36 -0500
commit16f7876d71604f835aefe48f0bf230c028c05d99 (patch)
tree6e5d6683ee8b3e506058f141a4304f265e458812 /sim/sh64/configure.ac
parent35656e95217a20309c0a0f16bf0c89a49a549177 (diff)
downloadgdb-16f7876d71604f835aefe48f0bf230c028c05d99.zip
gdb-16f7876d71604f835aefe48f0bf230c028c05d99.tar.gz
gdb-16f7876d71604f835aefe48f0bf230c028c05d99.tar.bz2
sim: allow the environment configure option everywhere
Currently ports have to call SIM_AC_OPTION_ENVIRONMENT explicitly in order to make the configure flag available. There's no real reason to not allow this flag for all ports, so move it to the common sim macro. This way we get standard behavior across all ports too.
Diffstat (limited to 'sim/sh64/configure.ac')
-rw-r--r--sim/sh64/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/sh64/configure.ac b/sim/sh64/configure.ac
index 818af12..04bcd56 100644
--- a/sim/sh64/configure.ac
+++ b/sim/sh64/configure.ac
@@ -9,7 +9,6 @@ SIM_AC_OPTION_ENDIAN([], BIG)
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
SIM_AC_OPTION_SCACHE(16384)
SIM_AC_OPTION_DEFAULT_MODEL(sh5)
-SIM_AC_OPTION_ENVIRONMENT
SIM_AC_OPTION_CGEN_MAINT
SIM_AC_OPTION_HARDWARE(yes,"","")