summaryrefslogtreecommitdiff
path: root/libada
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 /libada
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 'libada')
-rw-r--r--libada/ChangeLog6
-rw-r--r--libada/Makefile.in4
-rwxr-xr-xlibada/configure9
3 files changed, 16 insertions, 3 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog
index 5812aa1d0ff7..245c796f8668 100644
--- a/libada/ChangeLog
+++ b/libada/ChangeLog
@@ -1,3 +1,9 @@
+2017-01-04 Alan Modra <amodra@gmail.com>
+
+ * Makefile.in (configure_deps): Update and order as per
+ configure.ac sinclude.
+ * configure: Regenerate.
+
2017-01-01 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
diff --git a/libada/Makefile.in b/libada/Makefile.in
index 5ad0e168b466..c61dfcf06a8b 100644
--- a/libada/Makefile.in
+++ b/libada/Makefile.in
@@ -189,8 +189,10 @@ AUTOCONF = autoconf
configure_deps = \
$(srcdir)/configure.ac \
$(srcdir)/../config/acx.m4 \
+ $(srcdir)/../config/multi.m4 \
$(srcdir)/../config/override.m4 \
- $(srcdir)/../config/multi.m4
+ $(srcdir)/../config/picflag.m4 \
+ $(srcdir)/../config/unwind_ipinfo.m4
$(srcdir)/configure: @MAINT@ $(configure_deps)
cd $(srcdir) && $(AUTOCONF)
diff --git a/libada/configure b/libada/configure
index c279fc67bd50..3b9f4ae3c5b8 100755
--- a/libada/configure
+++ b/libada/configure
@@ -2829,7 +2829,7 @@ case "${host}" 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*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;;
*) PICFLAG=-fno-common ;;
esac
@@ -2844,6 +2844,10 @@ case "${host}" in
;;
i[34567]86-*-mingw* | x86_64-*-mingw*)
;;
+ i[34567]86-*-interix[3-9]*)
+ # Interix 3.x gcc -fpic/-fPIC options generate broken code.
+ # Instead, we relocate shared libraries at runtime.
+ ;;
i[34567]86-*-nto-qnx*)
# QNX uses GNU C++, but need to define -shared option too, otherwise
# it will coredump.
@@ -2874,7 +2878,8 @@ case "${host}" in
PICFLAG=-fpic
;;
# FIXME: Simplify to sh*-*-netbsd*?
- sh-*-netbsdelf* | shl*-*-netbsdelf*)
+ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
+ sh64-*-netbsd* | sh64l*-*-netbsd*)
PICFLAG=-fpic
;;
# Default to -fPIC unless specified otherwise.