From patchwork Thu Jun 13 04:18:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Modra X-Patchwork-Id: 250974 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 4FF8E2C00A7 for ; Thu, 13 Jun 2013 14:19:03 +1000 (EST) 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=hRXnIutiDUIWxVHo9OprpHxohJoXtHgl71NgS21TAO1tp7INQ4UxQ 4CelLO+UMxpdXR8lOkw83khnJZTgXpxnD/C6pudd6wpmawOkgU76WlwnR/wk3TEy Prjklbo0+p6Z36q4jBjJocU1rZ/7fbSJM0hIj0bW8bChtIe1iaIOQk= 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=b1bXp96XRtpjTN3LjVvqC/z1G70=; b=ytTs9rjj5c9zcebu/yv1 i/H74CnrUe/Q9as2SLVmWW3oGjr+ce5cjbCweLF3MtGbaQHyQenqDOfCV2X3+R3E lV+rJZs7k+pdj8ae2filys9FtgF6ufGYAvOGp9Q0pYNGdvMtoRl0Z1ocXMVgGIxY U06rG8r2oD3B7PhEpotDY4M= Received: (qmail 31198 invoked by alias); 13 Jun 2013 04:18:57 -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 31162 invoked by uid 89); 13 Jun 2013 04:18:54 -0000 X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, SPF_PASS autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from mail-pb0-f51.google.com (HELO mail-pb0-f51.google.com) (209.85.160.51) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 13 Jun 2013 04:18:53 +0000 Received: by mail-pb0-f51.google.com with SMTP id um15so9866424pbc.38 for ; Wed, 12 Jun 2013 21:18:52 -0700 (PDT) X-Received: by 10.66.136.49 with SMTP id px17mr1007223pab.133.1371097132306; Wed, 12 Jun 2013 21:18:52 -0700 (PDT) Received: from bubble.grove.modra.org ([101.166.26.37]) by mx.google.com with ESMTPSA id qi1sm27479318pac.21.2013.06.12.21.18.49 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Jun 2013 21:18:51 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id CA0F2EA009D; Thu, 13 Jun 2013 13:48:46 +0930 (CST) Date: Thu, 13 Jun 2013 13:48:46 +0930 From: Alan Modra To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: powerpc64le abi check Message-ID: <20130613041846.GF21523@bubble.grove.modra.org> Mail-Followup-To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) In order to check powerpc64le abi symbols. Bootstrapped etc. powerpc64-linux. OK to apply? * configure.host (abi_baseline_pair): Match powerpc64*. Index: libstdc++-v3/configure.host =================================================================== --- libstdc++-v3/configure.host (revision 200055) +++ libstdc++-v3/configure.host (working copy) @@ -330,7 +330,7 @@ case "${host}" in mips64*) abi_baseline_pair=mips64-linux-gnu ;; - powerpc64) + powerpc64*) abi_baseline_pair=powerpc64-linux-gnu ;; s390)