[gcc-7] 16/354: - remove references to GCJ

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository gcc-7.

commit b90848f0636494c8c04dcf44b61421c9ff12abf5
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Tue Nov 15 17:52:29 2016 +0000

     - remove references to GCJ
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9056 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/rename-info-files.diff | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/debian/patches/rename-info-files.diff b/debian/patches/rename-info-files.diff
index 9d6143b..f245830 100644
--- a/debian/patches/rename-info-files.diff
+++ b/debian/patches/rename-info-files.diff
@@ -89,7 +89,7 @@ Index: b/src/gcc/Makefile.in
 ===================================================================
 --- a/src/gcc/Makefile.in
 +++ b/src/gcc/Makefile.in
-@@ -3038,8 +3038,32 @@ install-no-fixedincludes:
+@@ -3038,8 +3038,30 @@ install-no-fixedincludes:
  
  doc: $(BUILD_INFO) $(GENERATED_MANPAGES)
  
@@ -103,7 +103,6 @@ Index: b/src/gcc/Makefile.in
 +INFO_CPPINT_NAME = $(shell echo cppinternals|sed '$(program_transform_name)')
 +
 +INFO_FORTRAN_NAME = $(shell echo gfortran|sed '$(program_transform_name)')
-+INFO_GCJ_NAME = $(shell echo gcj|sed '$(program_transform_name)')
 +INFO_GCCGO_NAME = $(shell echo gccgo|sed '$(program_transform_name)')
 +
 +INFOFILES = doc/$(INFO_CPP_NAME).info doc/$(INFO_GCC_NAME).info \
@@ -119,12 +118,11 @@ Index: b/src/gcc/Makefile.in
 +               -D 'fngccinstall $(INFO_GCCINSTALL_NAME)' \
 +               -D 'fncppint $(INFO_CPPINT_NAME)' \
 +               -D 'fngfortran $(INFO_FORTRAN_NAME)' \
-+               -D 'fngcj $(INFO_GCJ_NAME)' \
 +               -D 'fngccgo $(INFO_GCCGO_NAME)'
  
  info: $(INFOFILES) lang.info @GENINSRC@ srcinfo lang.srcinfo
  
-@@ -3086,7 +3110,19 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
+@@ -3086,7 +3108,18 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
  	if [ -n "$(PKGVERSION)" ]; then \
  	  echo "@set VERSION_PACKAGE $(PKGVERSION)" >> $@T; \
  	fi
@@ -139,13 +137,12 @@ Index: b/src/gcc/Makefile.in
 +	  echo '@set fngccinstall $(INFO_GCCINSTALL_NAME)'; \
 +	  echo '@set fncppint $(INFO_CPPINT_NAME)'; \
 +	  echo '@set fngfortran $(INFO_FORTRAN_NAME)'; \
-+	  echo '@set fngcj $(INFO_GCJ_NAME)'; \
 +	  echo '@set fngccgo $(INFO_GCCGO_NAME)'; \
 +	) >> $@T
  	mv -f $@T $@
  
  
-@@ -3094,21 +3130,41 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
+@@ -3094,21 +3127,41 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
  # patterns.  To use them, put each of the specific targets with its
  # specific dependencies but no build commands.
  
@@ -194,7 +191,7 @@ Index: b/src/gcc/Makefile.in
  			-I $(gcc_docdir)/include -o $@ $<; \
  	fi
  
-@@ -3518,11 +3574,11 @@ install-driver: installdirs xgcc$(exeext
+@@ -3518,11 +3571,11 @@ install-driver: installdirs xgcc$(exeext
  # $(INSTALL_DATA) might be a relative pathname, so we can't cd into srcdir
  # to do the install.
  install-info:: doc installdirs \
@@ -211,7 +208,7 @@ Index: b/src/gcc/Makefile.in
  	lang.install-info
  
  $(DESTDIR)$(infodir)/%.info: doc/%.info installdirs
-@@ -3576,6 +3632,7 @@ install-man: lang.install-man \
+@@ -3576,6 +3629,7 @@ install-man: lang.install-man \
  	$(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext) \
  	$(DESTDIR)$(man1dir)/$(CPP_INSTALL_NAME)$(man1ext) \
  	$(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) \
@@ -219,7 +216,7 @@ Index: b/src/gcc/Makefile.in
  	$(DESTDIR)$(man7dir)/fsf-funding$(man7ext) \
  	$(DESTDIR)$(man7dir)/gfdl$(man7ext) \
  	$(DESTDIR)$(man7dir)/gpl$(man7ext)
-@@ -3736,8 +3793,11 @@ uninstall: lang.uninstall
+@@ -3736,8 +3790,11 @@ uninstall: lang.uninstall
  	-rm -rf $(DESTDIR)$(bindir)/$(GCOV_INSTALL_NAME)$(exeext)
  	-rm -rf $(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext)
  	-rm -rf $(DESTDIR)$(man1dir)/cpp$(man1ext)
@@ -263,7 +260,7 @@ Index: b/src/gcc/doc/invoke.texi
 ===================================================================
 --- a/src/gcc/doc/invoke.texi
 +++ b/src/gcc/doc/invoke.texi
-@@ -11363,7 +11363,7 @@ One of the standard libraries bypassed b
+@@ -11382,7 +11382,7 @@ One of the standard libraries bypassed b
  @option{-nodefaultlibs} is @file{libgcc.a}, a library of internal subroutines
  which GCC uses to overcome shortcomings of particular machines, or special
  needs for some languages.
@@ -272,7 +269,7 @@ Index: b/src/gcc/doc/invoke.texi
  Collection (GCC) Internals},
  for more discussion of @file{libgcc.a}.)
  In most cases, you need @file{libgcc.a} even when you want to avoid
-@@ -11372,7 +11372,7 @@ or @option{-nodefaultlibs} you should us
+@@ -11391,7 +11391,7 @@ or @option{-nodefaultlibs} you should us
  This ensures that you have no unresolved references to internal GCC
  library subroutines.
  (An example of such an internal subroutine is @code{__main}, used to ensure C++
@@ -281,7 +278,7 @@ Index: b/src/gcc/doc/invoke.texi
  GNU Compiler Collection (GCC) Internals}.)
  
  @item -pie
-@@ -26183,7 +26183,7 @@ Note that you can also specify places to
+@@ -26281,7 +26281,7 @@ Note that you can also specify places to
  @option{-B}, @option{-I} and @option{-L} (@pxref{Directory Options}).  These
  take precedence over places specified using environment variables, which
  in turn take precedence over those specified by the configuration of GCC at .
@@ -290,7 +287,7 @@ Index: b/src/gcc/doc/invoke.texi
  GNU Compiler Collection (GCC) Internals}.
  
  @table @env
-@@ -26343,7 +26343,7 @@ the headers it contains change.
+@@ -26441,7 +26441,7 @@ the headers it contains change.
  
  A precompiled header file is searched for when @code{#include} is
  seen in the compilation.  As it searches for the included file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list