aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
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/sh/ChangeLog
parent35656e95217a20309c0a0f16bf0c89a49a549177 (diff)
downloadfsf-binutils-gdb-16f7876d71604f835aefe48f0bf230c028c05d99.zip
fsf-binutils-gdb-16f7876d71604f835aefe48f0bf230c028c05d99.tar.gz
fsf-binutils-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/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index d897ae0..76b2775 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,5 +1,10 @@
2016-01-10 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac (SIM_AC_OPTION_ENVIRONMENT): Delete call.
+ * configure: Regenerate.
+
+2016-01-10 Mike Frysinger <vapier@gentoo.org>
+
* configure: Regenerate.
2016-01-10 Mike Frysinger <vapier@gentoo.org>