diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-11-15 17:29:12 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-11-15 17:29:12 +0000 |
commit | 30ddd7d7ea51af396c481be0c2c53984d6e62ab8 (patch) | |
tree | 183009970bf2a44db9446eadc110a1f55ed809a6 /Makefile.def | |
parent | 70e4dc275899f3986ace49b633f3424e0992dfc2 (diff) | |
download | gcc-30ddd7d7ea51af396c481be0c2c53984d6e62ab8.tar.gz |
2016-11-15 Matthias Klose <doko@ubuntu.com>
* Makefile.def: Remove references to GCJ.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242439 138bc75d-0d04-0410-961f-82ee72b054a4
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 ; }; |