From patchwork Sat Mar 16 15:04:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 228221 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 5B2822C00B7 for ; Sun, 17 Mar 2013 02:06:04 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sourceware.org; s=default; x=1364051164; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Content-Type:MIME-Version:Content-Transfer-Encoding:Subject: Message-Id:In-Reply-To:References:User-Agent:Date:From:To:Cc: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Subscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=4hT24jP F52pL0lwLTpyojEMZmK4=; b=ABEOA9xe8M1gem6vzTI/HGmG7WkQoDfGUzWRHLO Eff67GR7632VFLvwiB+oZ0llbZxHNr8sKWiujzf2tYiCNk48VXyPYyWFEcfp++Ae CVe+ssj1FCqEfGtFnnQdTN2HkR+BNCMU8XQpyRWLVZBZijxfO94ybV53Pxx/vmHR YPZ4= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=sourceware.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-Received:Received:Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:X-Mercurial-Node:Message-Id:In-Reply-To:References:User-Agent:Date:From:To:Cc:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=g0Ft2y0YEImlimSm1cbH8zIt+ivBjPZ7MEXvsfaK74x0B3SuJRLxypeTZ170Ho X+tHWo+V4QNuPwuGNJadDGXgp9eZiFHGw0LMooGQ4bRg5fIrZ2ILQJo70KG33Rfu 6V9VoQpKB0P0ocAFr7B30rgZ6nS/urRgwCjhYFMu4/5/I=; Received: (qmail 2696 invoked by alias); 16 Mar 2013 15:04:59 -0000 Received: (qmail 2533 invoked by uid 22791); 16 Mar 2013 15:04:56 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_THREADED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f48.google.com (HELO mail-wg0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Mar 2013 15:04:51 +0000 Received: by mail-wg0-f48.google.com with SMTP id 16so3906320wgi.27 for ; Sat, 16 Mar 2013 08:04:50 -0700 (PDT) X-Received: by 10.194.109.35 with SMTP id hp3mr16619357wjb.15.1363446290470; Sat, 16 Mar 2013 08:04:50 -0700 (PDT) Received: from [192.168.1.4] (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id ex15sm3708889wid.5.2013.03.16.08.04.45 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Mar 2013 08:04:50 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH 3 of 3] debug/dmalloc: enforce cross-compilation X-Mercurial-Node: 69772732f551aa342a2c39fb30ff7b2da3b1e951 Message-Id: <69772732f551aa342a2c.1363446264@laptop> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.5.2 Date: Sat, 16 Mar 2013 16:04:24 +0100 From: Samuel Martin To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org # HG changeset patch # User "Samuel Martin" # Date 1363444424 -3600 # Node ID 69772732f551aa342a2c39fb30ff7b2da3b1e951 # Parent 24b6540a08cbca7ee1faaabb980ef584e124f2ee debug/dmalloc: enforce cross-compilation Signed-off-by: Samuel Martin --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r 24b6540a08cb -r 69772732f551 scripts/build/debug/100-dmalloc.sh --- a/scripts/build/debug/100-dmalloc.sh Sat Mar 16 15:47:56 2013 +0100 +++ b/scripts/build/debug/100-dmalloc.sh Sat Mar 16 15:33:44 2013 +0100 @@ -34,6 +34,9 @@ CT_DoLog DEBUG "Extra config passed: '${extra_config[*]}'" CT_DoExecLog CFG \ + CC="${CT_TARGET}-gcc" \ + CXX="${CT_TARGET}-g++" \ + CPP="${CT_TARGET}-cpp" \ LD="${CT_TARGET}-ld" \ AR="${CT_TARGET}-ar" \ CFLAGS=-fPIC \