From: gerald Date: Sun, 20 Oct 2019 20:15:28 +0000 (+0000) Subject: * doc/install.texi (Configuration, --enable-objc-gc): hboehm.info X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90df02bce861d3eb524e36d52e431903a61174a2;p=thirdparty%2Fgcc.git * doc/install.texi (Configuration, --enable-objc-gc): hboehm.info now defaults to https. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277215 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fec3514269a9..019b216d9d03 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-10-20 Gerald Pfeifer + + * doc/install.texi (Configuration, --enable-objc-gc): hboehm.info + now defaults to https. + 2019-10-20 Jan Hubicka * tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do not diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dd36a1efc5f5..6c3178981d0d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2347,7 +2347,7 @@ The following options apply to the build of the Objective-C runtime library. @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 +collector (@uref{https://www.hboehm.info/gc/}). This library needs to be available for each multilib variant, unless configured with @option{--enable-objc-gc=@samp{auto}} in which case the build of the additional runtime library is skipped when not available and the build