From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67130 invoked by alias); 3 May 2015 17:22:24 -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 67120 invoked by uid 89); 3 May 2015 17:22:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: fencepost.gnu.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 03 May 2015 17:22:23 +0000 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53800) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Yoxau-0003Ce-TC for gcc-patches@gnu.org; Sun, 03 May 2015 13:22:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yoxas-0004xE-7K for gcc-patches@gnu.org; Sun, 03 May 2015 13:22:20 -0400 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:32839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yoxas-0004xA-2z for gcc-patches@gnu.org; Sun, 03 May 2015 13:22:18 -0400 Received: by obblk2 with SMTP id lk2so54149894obb.0 for ; Sun, 03 May 2015 10:22:17 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.202.85.197 with SMTP id j188mr14500886oib.80.1430673737061; Sun, 03 May 2015 10:22:17 -0700 (PDT) Received: by 10.60.147.170 with HTTP; Sun, 3 May 2015 10:22:16 -0700 (PDT) In-Reply-To: <5546582E.2020002@ubuntu.com> References: <5546582E.2020002@ubuntu.com> Date: Sun, 03 May 2015 17:22:00 -0000 Message-ID: Subject: Re: [patch] fix configure for alpha-linux for From: Uros Bizjak To: Matthias Klose Cc: "gcc-patches@gnu.org" Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22b X-SW-Source: 2015-05/txt/msg00178.txt.bz2 On Sun, May 3, 2015 at 7:17 PM, Matthias Klose wrote: > fix the toplevel configure for alpha-linux for targets which are configured with > a triplet, not having the vendor information as part of the command > > Ok for the trunk and all branches? > > * configure.ac: Match $host configured with triplets. > * configure: Regenerate. OK. Thanks, Uros.