summaryrefslogtreecommitdiff
path: root/libada
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-15 16:34:02 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-15 16:34:02 +0000
commit29a8a56b87a0c0119c3978afb4197927918ff309 (patch)
tree4cdc4af4ed9589d2b588fb33318da63d442b12c0 /libada
parent6facde95827a410469645e9d58d106bdfdf49212 (diff)
<toplevel>
2016-11-15 Matthias Klose <doko@ubuntu.com> * config-ml.in: Remove references to GCJ. * configure.ac: Likewise. * configure: Regenerate. config/ 2016-11-15 Matthias Klose <doko@ubuntu.com> multi.m4: Don't set GCJ. gcc/ 2016-11-15 Matthias Klose <doko@ubuntu.com> * doc/install.texi: Remove references to gcj/libjava. * doc/invoke.texi: Likewise. */ (where necessary) 2016-11-15 Matthias Klose <doko@ubuntu.com> * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242433 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libada')
-rw-r--r--libada/ChangeLog4
-rwxr-xr-xlibada/configure5
2 files changed, 4 insertions, 5 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog
index a790c5b30783..24312df20de1 100644
--- a/libada/ChangeLog
+++ b/libada/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-15 Matthias Klose <doko@ubuntu.com>
+
+ * configure: Regenerate.
+
2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
* configure: Remove SH5 support.
diff --git a/libada/configure b/libada/configure
index 981bcdb99064..c279fc67bd50 100755
--- a/libada/configure
+++ b/libada/configure
@@ -2844,10 +2844,6 @@ 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.
@@ -3718,7 +3714,6 @@ CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
CC="$CC"
CXX="$CXX"
GFORTRAN="$GFORTRAN"
-GCJ="$GCJ"
_ACEOF