aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-04 08:29:34 +0000
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-04 08:29:34 +0000
commitcb7a0f1d57079576cdf07b4c4b8dacc3cf38a60d (patch)
treed64385dd42f77b6372a670f9ce751385991012d5 /config
parentf4ccca52571c6dcd7278116f1d58d720daa2c72e (diff)
Update configure deps, remove stray \xA0 in picflag.m4, regenerate
Also fix a stray changelog entry. Some of the regen here is due to previous changes not being regenerated properly, in part due to the missing configure dependencies. * configure: Regenerate. config/ * picflag.m4: Remove stray \xA0 in comment. gcc/ * Makefile.in (aclocal_deps): Update and order as per aclocal.m4. * configure: Regenerate. * config.in: Regenerate. libada/ * Makefile.in (configure_deps): Update and order as per configure.ac sinclude. * configure: Regenerate. libgcc/ * Makefile.in (configure_deps): Update. * configure: Regenerate. libiberty/ * Makefile.in (configure_deps): Update. * configure: Regenerate. libitm/ * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244049 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog8
-rw-r--r--config/picflag.m42
2 files changed, 9 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index c48f6ba3639..96230630314 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-04 Alan Modra <amodra@gmail.com>
+
+ * picflag.m4: Remove stray \xA0 in comment.
+
2016-12-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* hwcaps.m4: New file.
@@ -14,6 +18,10 @@
* bootstrap-asan.mk: Replace LSAN_OPTIONS=detect_leaks=0 with
ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1.
+2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
+
+ * acx.m4: Change "tail +16c" to "tail -c +17".
+
2016-12-01 Matthias Klose <doko@ubuntu.com>
* pkg.m4: Remove.
diff --git a/config/picflag.m4 b/config/picflag.m4
index 2f5b9721eb2..8b106f9af88 100644
--- a/config/picflag.m4
+++ b/config/picflag.m4
@@ -12,7 +12,7 @@ case "${$2}" in
# If we are using a compiler supporting mdynamic-no-pic
# and the option has been tested as safe to add, then cancel
# it here, since the code generated is incompatible with shared
- # libs.
+ # libs.
*-mdynamic-no-pic*) $1='-fno-common -mno-dynamic-no-pic' ;;
*) $1=-fno-common ;;
esac