From patchwork Sun Oct 20 20:11:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1180069 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-511391-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="UKrO7F2D"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46x9rt53Vyz9sP4 for ; Mon, 21 Oct 2019 07:11:26 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=dk9UtksCsRNNoYxluSit9gMKe0v79oGTWWaYdR6L2WX3N1w+2xp25 uPNolVMQGVZZlm2G7DEKKtFkB+3F5hpVQfhKEmZqSdzyi5v6bxXaWzcJjnvz/TPJ LEA5GliXhsi30CS/nVtJsoGYMcny16sjs9lbF6EMLK6z+0cEGttCnI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=n4INYdRUSndT7/ujblRPN6QEEOA=; b=UKrO7F2Du/gycJP8Jjoi fWSreT9upWVRuUHwfRKSeEgKnlvMKf4Q7U7Hrd7Fctjpe0C4ieD/g+7yuy6TikEc x5R/tWZk7iNWbY0I2fNrIBxdY0/6oLhRn3fZ234W9/X0weXlr5OphPypG+otYyiE WniKPhc5x2ltj98InjLhIFM= Received: (qmail 53169 invoked by alias); 20 Oct 2019 20:11:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 53159 invoked by uid 89); 20 Oct 2019 20:11:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_INFOUSMEBIZ, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=multilib, UD:info X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 20 Oct 2019 20:11:18 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id B592833E01 for ; Sun, 20 Oct 2019 16:11:16 -0400 (EDT) Received: from anthias (unknown [178.114.204.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 5A8A033DFB for ; Sun, 20 Oct 2019 16:11:16 -0400 (EDT) Date: Sun, 20 Oct 2019 22:11:14 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [doc] install.texi - hboehm.info tweak Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Committed. Gerald 2019-10-20 Gerald Pfeifer * doc/install.texi (Configuration, --enable-objc-gc): hboehm.info now defaults to https. Index: doc/install.texi =================================================================== --- doc/install.texi (revision 277213) +++ doc/install.texi (working copy) @@ -2347,7 +2347,7 @@ The following options apply to the build of the Ob @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