Re: [patch] remove more GCJ references
Matthias Klose <[email protected]> Tue, 15 Nov 2016 18:28:38 +0100
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------D71BA2F310E9F03E86D043E6 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 15.11.2016 16:52, Jeff Law wrote: > On 11/15/2016 03:55 AM, Matthias Klose wrote: >> This patch removes some references to gcj in the top level and config >> directories and in the gcc documentation. The change to the config directory >> requires regenerating aclocal.m4 and configure in each sub directory. >> >> Ok for the trunk? >> >> Matthias >> >> <toplevel> >> >> 2016-11-14 Matthias Klose <[email protected]> >> >> * config-ml.in: Remove references to GCJ. >> * configure.ac: Likewise. >> * configure: Regenerate. >> >> config/ >> >> 2016-11-14 Matthias Klose <[email protected]> >> >> multi.m4: Don't set GCJ. >> >> gcc/ >> >> 2016-11-14 Matthias Klose <[email protected]> >> >> * doc/install.texi: Remove references to gcj/libjava. >> * doc/invoke.texi: Likewise. >> > OK. > jeff - committed. - restored the accidentally regenerated files in libiberty. - forgot to commit some files, now committed. 2016-11-15 Matthias Klose <[email protected]> * Makefile.def: Remove references to GCJ. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. --------------D71BA2F310E9F03E86D043E6 Content-Type: text/x-diff; name="remove-gcj.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="remove-gcj.diff" 2016-11-15 Matthias Klose <[email protected]> * Makefile.def: Remove references to GCJ. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. Index: Makefile.def =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile.def (revision 242433) +++ Makefile.def (working copy) @@ -280,7 +280,6 @@ flags_to_pass =3D { flag=3D CXXFLAGS_FOR_TARGET ; }; flags_to_pass =3D { flag=3D DLLTOOL_FOR_TARGET ; }; flags_to_pass =3D { flag=3D FLAGS_FOR_TARGET ; }; -flags_to_pass =3D { flag=3D GCJ_FOR_TARGET ; }; flags_to_pass =3D { flag=3D GFORTRAN_FOR_TARGET ; }; flags_to_pass =3D { flag=3D GOC_FOR_TARGET ; }; flags_to_pass =3D { flag=3D GOCFLAGS_FOR_TARGET ; }; Index: Makefile.tpl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile.tpl (revision 242433) +++ Makefile.tpl (working copy) @@ -156,7 +156,6 @@ CONFIG_SHELL=3D"$(SHELL)"; export CONFIG_SHELL; \ CXX=3D"$(CXX_FOR_BUILD)"; export CXX; \ CXXFLAGS=3D"$(CXXFLAGS_FOR_BUILD)"; export CXXFLAGS; \ - GCJ=3D"$(GCJ_FOR_BUILD)"; export GCJ; \ GFORTRAN=3D"$(GFORTRAN_FOR_BUILD)"; export GFORTRAN; \ GOC=3D"$(GOC_FOR_BUILD)"; export GOC; \ GOCFLAGS=3D"$(GOCFLAGS_FOR_BUILD)"; export GOCFLAGS; \ @@ -194,7 +193,6 @@ CONFIG_SHELL=3D"$(SHELL)"; export CONFIG_SHELL; \ CXX=3D"$(CXX)"; export CXX; \ CXXFLAGS=3D"$(CXXFLAGS)"; export CXXFLAGS; \ - GCJ=3D"$(GCJ)"; export GCJ; \ GFORTRAN=3D"$(GFORTRAN)"; export GFORTRAN; \ GOC=3D"$(GOC)"; export GOC; \ AR=3D"$(AR)"; export AR; \ @@ -282,7 +280,6 @@ CONFIG_SHELL=3D"$(SHELL)"; export CONFIG_SHELL; \ CPPFLAGS=3D"$(CPPFLAGS_FOR_TARGET)"; export CPPFLAGS; \ CXXFLAGS=3D"$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \ - GCJ=3D"$(GCJ_FOR_TARGET) $(XGCC_FLAGS_FOR_TARGET) $$TFLAGS"; export GCJ; \ GFORTRAN=3D"$(GFORTRAN_FOR_TARGET) $(XGCC_FLAGS_FOR_TARGET) $$TFLAGS"; ex= port GFORTRAN; \ GOC=3D"$(GOC_FOR_TARGET) $(XGCC_FLAGS_FOR_TARGET) $$TFLAGS"; export GOC; \ DLLTOOL=3D"$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \ @@ -348,7 +345,6 @@ CXXFLAGS_FOR_BUILD =3D @CXXFLAGS_FOR_BUILD@ CXX_FOR_BUILD =3D @CXX_FOR_BUILD@ DLLTOOL_FOR_BUILD =3D @DLLTOOL_FOR_BUILD@ -GCJ_FOR_BUILD =3D @GCJ_FOR_BUILD@ GFORTRAN_FOR_BUILD =3D @GFORTRAN_FOR_BUILD@ GOC_FOR_BUILD =3D @GOC_FOR_BUILD@ LDFLAGS_FOR_BUILD =3D @LDFLAGS_FOR_BUILD@ @@ -488,7 +484,6 @@ GCC_FOR_TARGET=3D$(STAGE_CC_WRAPPER) @GCC_FOR_TARGET@ CXX_FOR_TARGET=3D$(STAGE_CC_WRAPPER) @CXX_FOR_TARGET@ RAW_CXX_FOR_TARGET=3D$(STAGE_CC_WRAPPER) @RAW_CXX_FOR_TARGET@ -GCJ_FOR_TARGET=3D$(STAGE_CC_WRAPPER) @GCJ_FOR_TARGET@ GFORTRAN_FOR_TARGET=3D$(STAGE_CC_WRAPPER) @GFORTRAN_FOR_TARGET@ GOC_FOR_TARGET=3D$(STAGE_CC_WRAPPER) @GOC_FOR_TARGET@ DLLTOOL_FOR_TARGET=3D@DLLTOOL_FOR_TARGET@ @@ -614,7 +609,6 @@ 'CC=3D$(CC)' \ 'CXX=3D$(CXX)' \ 'DLLTOOL=3D$(DLLTOOL)' \ - 'GCJ=3D$(GCJ)' \ 'GFORTRAN=3D$(GFORTRAN)' \ 'GOC=3D$(GOC)' \ 'LD=3D$(LD)' \ @@ -670,7 +664,6 @@ $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \ 'CXXFLAGS=3D$$(CXXFLAGS_FOR_TARGET)' \ 'DLLTOOL=3D$$(DLLTOOL_FOR_TARGET)' \ - 'GCJ=3D$$(GCJ_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \ 'GFORTRAN=3D$$(GFORTRAN_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)'= \ 'GOC=3D$$(GOC_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' \ 'GOCFLAGS=3D$$(GOCFLAGS_FOR_TARGET)' \ --------------D71BA2F310E9F03E86D043E6--