diff options
author | Matthias Klose <doko@gcc.gnu.org> | 2016-11-15 16:34:02 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2016-11-15 16:34:02 +0000 |
commit | 84c1b9d3d4d1ead79344b4a9403ec3d74e04d5ef (patch) | |
tree | 4cdc4af4ed9589d2b588fb33318da63d442b12c0 /config | |
parent | 944608029f851d39523a71949df3ed9148d9ab8f (diff) | |
download | gcc-84c1b9d3d4d1ead79344b4a9403ec3d74e04d5ef.tar.gz |
config-ml.in: Remove references to GCJ.
<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.
From-SVN: r242433
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/multi.m4 | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 3b0092b26b9..c268b262a55 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2016-11-15 Matthias Klose <doko@ubuntu.com> + + multi.m4: Don't set GCJ. + 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * elf.m4: Remove interix support. diff --git a/config/multi.m4 b/config/multi.m4 index 5b62ecc0aa0..bba338a8265 100644 --- a/config/multi.m4 +++ b/config/multi.m4 @@ -64,5 +64,4 @@ multi_basedir="$multi_basedir" CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} CC="$CC" CXX="$CXX" -GFORTRAN="$GFORTRAN" -GCJ="$GCJ"])])dnl +GFORTRAN="$GFORTRAN"])])dnl |