[gcc-7] 47/354: - remove texinfo docs from libobjc-system-gc.diff

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:28 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 ef4a13ee3d1d65938569819fb30b08b80e4fd19b
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed Nov 23 15:22:34 2016 +0000

     - remove texinfo docs from libobjc-system-gc.diff
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9127 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/libobjc-system-gc.diff | 40 -----------------------------------
 1 file changed, 40 deletions(-)

diff --git a/debian/patches/libobjc-system-gc.diff b/debian/patches/libobjc-system-gc.diff
index e9ac172..3a377db 100644
--- a/debian/patches/libobjc-system-gc.diff
+++ b/debian/patches/libobjc-system-gc.diff
@@ -1626,46 +1626,6 @@ boehm-gc/
  esac
  
  # Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
---- a/src/gcc/doc/install.texi
-+++ b/src/gcc/doc/install.texi
-@@ -2183,6 +2183,37 @@
- overrides, you can pass a setting for @env{CONFIG_SITE} and set
- variables in the site file.
- 
-+ at subheading Objective-C-Specific Options
-+
-+The following options apply to the build of the Objective-C runtime library.
-+
-+ at table @code
-+ at item --enable-objc-gc
-+Specify that an additional variant of the GNU Objective-C runtime library
-+is built, using an external build of the Boehm-Demers-Weiser garbage
-+collector (@uref{http://www.hboehm.info/gc/}).  This library needs to be
-+available for each multilib variant, unless configured with
-+ at option{--enable-objc-gc=@samp{auto}} in which case the build of the
-+additional runtime library is skipped when not available and the build
-+continues.
-+
-+ at item --with-target-bdw-gc=@var{list}
-+ at itemx --with-target-bdw-gc-include=@var{list}
-+ at itemx --with-target-bdw-gc-lib=@var{list}
-+Specify search directories for the garbage collector header files and
-+libraries. @var{list} is a comma separated list of key value pairs of the
-+form @samp{@var{multilibdir}=@var{path}}, where the default multilib key
-+is named as @samp{.} (dot), or is omitted (e.g.
-+ at samp{--with-target-bdw-gc=/opt/bdw-gc,32=/opt-bdw-gc32}).
-+
-+The options @option{--with-target-bdw-gc-include} and
-+ at option{--with-target-bdw-gc-lib} must always be specified together
-+for each multilib variant and they take precedence over
-+ at option{--with-target-bdw-gc}.  If none of these options are
-+specified, the values are taken from the @command{pkg-config}
-+ at samp{bdw-gc} module.
-+ at end table
-+
- @html
- <hr />
- <p>
 --- a/src/libobjc/Makefile.in
 +++ b/src/libobjc/Makefile.in
 @@ -47,8 +47,6 @@

-- 
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