diff options
author | Matthias Klose <doko@ubuntu.com> | 2016-11-15 17:29:12 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2016-11-15 17:29:12 +0000 |
commit | 8e4d2ca469ec10fca86fe7e0b3b2a4c9d0371419 (patch) | |
tree | 183009970bf2a44db9446eadc110a1f55ed809a6 /Makefile.def | |
parent | 2b60167833a09e3632b44b6770f7fef1d602dfe9 (diff) | |
download | gcc-8e4d2ca469ec10fca86fe7e0b3b2a4c9d0371419.tar.gz |
Makefile.def: Remove references to GCJ.
2016-11-15 Matthias Klose <doko@ubuntu.com>
* Makefile.def: Remove references to GCJ.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
From-SVN: r242439
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index 4eea342a084..f22853726c3 100644 --- a/Makefile.def +++ b/Makefile.def @@ -280,7 +280,6 @@ flags_to_pass = { flag= CPPFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; }; flags_to_pass = { flag= FLAGS_FOR_TARGET ; }; -flags_to_pass = { flag= GCJ_FOR_TARGET ; }; flags_to_pass = { flag= GFORTRAN_FOR_TARGET ; }; flags_to_pass = { flag= GOC_FOR_TARGET ; }; flags_to_pass = { flag= GOCFLAGS_FOR_TARGET ; }; |