From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26052 invoked by alias); 25 Aug 2015 16:41:22 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 26041 invoked by uid 89); 25 Aug 2015 16:41:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: e39.co.us.ibm.com Received: from e39.co.us.ibm.com (HELO e39.co.us.ibm.com) (32.97.110.160) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 25 Aug 2015 16:41:20 +0000 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Aug 2015 10:41:18 -0600 Received: from d01dlp02.pok.ibm.com (9.56.250.167) by e39.co.us.ibm.com (192.168.1.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 25 Aug 2015 10:41:17 -0600 X-MailFrom: meissner@ibm-tiger.the-meissners.org X-RcptTo: gcc-patches@gcc.gnu.org Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id F41966E8048 for ; Tue, 25 Aug 2015 12:33:01 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t7PGfHor63111290 for ; Tue, 25 Aug 2015 16:41:17 GMT Received: from d01av04.pok.ibm.com (localhost [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t7PGfHMq004052 for ; Tue, 25 Aug 2015 12:41:17 -0400 Received: from ibm-tiger.the-meissners.org (dhcp-9-32-77-111.usma.ibm.com [9.32.77.111]) by d01av04.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id t7PGfHhR004035; Tue, 25 Aug 2015 12:41:17 -0400 Received: by ibm-tiger.the-meissners.org (Postfix, from userid 500) id A0337439CB; Tue, 25 Aug 2015 12:41:16 -0400 (EDT) Date: Tue, 25 Aug 2015 16:55:00 -0000 From: Michael Meissner To: gcc-patches@gcc.gnu.org, dje.gcc@gmail.com Subject: [PATCH] Update wwwdocs for --with-advance-toolchain=at Message-ID: <20150825164116.GA2495@ibm-tiger.the-meissners.org> Mail-Followup-To: Michael Meissner , gcc-patches@gcc.gnu.org, dje.gcc@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15082516-0033-0000-0000-0000059FCC5C X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg01523.txt.bz2 I installed the following patch on wwwdocs to document the --with-advance-toolchain= option I added in June: 2015-08-25 Michael Meissner * changes.html (PowerPC options): Document new configure option --with-advance-toolchain=at. Index: htdocs/gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.21 diff -p -c -r1.21 changes.html *** htdocs/gcc-6/changes.html 13 Aug 2015 12:32:16 -0000 1.21 --- htdocs/gcc-6/changes.html 25 Aug 2015 16:38:13 -0000 *************** enum { *** 182,187 **** --- 182,195 ---- +
    +
  • A new configuration option ---with-advance-toolchain=at + was added for PowerPC 64-bit Linux systems to use the header files, library + files, and the dynamic linker from a specific Advance Toolchain release + instead of the default versions that are provided by the Linux + distribution. In general, this option is intended for the developers of + GCC, and it is not intended for general use. +

-- Michael Meissner, IBM IBM, M/S 2506R, 550 King Street, Littleton, MA 01460-6245, USA email: meissner@linux.vnet.ibm.com, phone: +1 (978) 899-4797