From patchwork Thu Nov 15 10:57:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Klose X-Patchwork-Id: 199251 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]) by ozlabs.org (Postfix) with SMTP id F36E52C0311 for ; Thu, 15 Nov 2012 21:57:25 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1353581846; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=is0FlkdVAc56wgqRYxwTOr5DOr8=; b=i2AG7x3M8Y4qsPc Cl/aOMWQZONlWFNa3M0DXRrKQcPdY+C9xtk1qCgUxIuDfDkpav0SPoM+ta9a2Btr pEjAn4oavUz/A2KxujjNZOaef1ewFFE+LsSd4tZ6XVSC1ZMs+uiQJHPZ0HDRiHLy QIK5FRQvxtsL+MMRB1zK1VYFUJss= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=YtOV/UxClZgOT0VoA78IrzCihzf+UsNtMKkzw4Q4d8UiEPSnlfxv/5QDTPLZAK 11z3fva1fF3U/WSTm9dTLu4OP9AyX+r3qasfOlLrKBwVW3dHTdaymFn5TA6LL/hk hg27hRJrd/ZBbQNxB6vQYNEmqUR5SPpENdoX8/p8aPXrY=; Received: (qmail 19925 invoked by alias); 15 Nov 2012 10:57:16 -0000 Received: (qmail 19916 invoked by uid 22791); 15 Nov 2012 10:57:15 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, KHOP_THREADED, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from youngberry.canonical.com (HELO youngberry.canonical.com) (91.189.89.112) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Nov 2012 10:57:06 +0000 Received: from dslb-088-073-075-253.pools.arcor-ip.net ([88.73.75.253] helo=[192.168.42.216]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1TYx84-0005t2-H0; Thu, 15 Nov 2012 10:57:04 +0000 Message-ID: <50A4CA7D.1060106@ubuntu.com> Date: Thu, 15 Nov 2012 11:57:01 +0100 From: Matthias Klose User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Alexander Monakov CC: GCC Patches Subject: Re: [patch] [ia64] add multiarch definitions for ia64-linux-gnu References: <50A41BB8.6040703@ubuntu.com> In-Reply-To: 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 Am 15.11.2012 09:51, schrieb Alexander Monakov: > The attached patch includes t-glibc instead of t-linux in config.gcc. thanks for the pointer. updated patch attached below. Matthias 2012-11-14 Matthias Klose * config/ia64/t-linux: New file; define MULTIARCH_DIRNAME. * config.gcc (tmake_file): Include ia64/t-linux. Index: config/ia64/t-linux =================================================================== --- config/ia64/t-linux (revision 0) +++ config/ia64/t-linux (revision 0) @@ -0,0 +1 @@ +MULTIARCH_DIRNAME = $(call if_multiarch,ia64-linux-gnu) Index: config.gcc =================================================================== --- config.gcc (revision 193508) +++ config.gcc (working copy) @@ -1550,7 +1553,7 @@ ;; ia64*-*-linux*) tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h" - tmake_file="${tmake_file} ia64/t-ia64 t-libunwind" + tmake_file="${tmake_file} ia64/t-ia64 ia64/t-linux t-libunwind" target_cpu_default="MASK_GNU_AS|MASK_GNU_LD" ;; ia64*-*-hpux*)