Commit efbf0f1e by Gerald Pfeifer Committed by Gerald Pfeifer

install.texi (Configuration, [...]): hboehm.info now defaults to https.

	* doc/install.texi (Configuration, --enable-objc-gc): hboehm.info
	now defaults to https.

From-SVN: r277215
parent f373041c
2019-10-20 Gerald Pfeifer <gerald@pfeifer.com>
* doc/install.texi (Configuration, --enable-objc-gc): hboehm.info
now defaults to https.
2019-10-20 Jan Hubicka <hubicka@ucw.cz> 2019-10-20 Jan Hubicka <hubicka@ucw.cz>
* tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do not * tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do not
......
...@@ -2347,7 +2347,7 @@ The following options apply to the build of the Objective-C runtime library. ...@@ -2347,7 +2347,7 @@ The following options apply to the build of the Objective-C runtime library.
@item --enable-objc-gc @item --enable-objc-gc
Specify that an additional variant of the GNU Objective-C runtime library Specify that an additional variant of the GNU Objective-C runtime library
is built, using an external build of the Boehm-Demers-Weiser garbage 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 available for each multilib variant, unless configured with
@option{--enable-objc-gc=@samp{auto}} in which case the build of the @option{--enable-objc-gc=@samp{auto}} in which case the build of the
additional runtime library is skipped when not available and the build additional runtime library is skipped when not available and the build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment