From patchwork Thu May 30 07:21:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 247462 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 ABCEF2C007E for ; Thu, 30 May 2013 17:21:44 +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:from :to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=gsDce3lDBXM+HbKzZ3OT/YqLhwQMIhv2KrkBBlQD/mcKDa3R2XU0w 9QKra4VRGmG3zf6INDwsST3jJJd6DgfXa71uTu3x5twPzcqYiQQjUi3YsHROR3/V aML6RfneDWhCrgiSVUKdmr1zgwCul4/PB3U1x7KtP4CNR1ggdFpAYg= 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:from :to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=default; bh=CteNDAUev6hl4KBLEwpFwjriWUA=; b=WHl8FJurW1lcgr7epDMMbqMkFMvW t14Zxy5BcHBpBp80FvDNTI7wpgfMeHovQ9NQxcFT97HJ66D3FpR8fuahnTUuFSOD VB4O4DBKjMIX1MMnc11Yhwb14FYROwIfiRfFDgl5Cf9OXcWLvk5GpCZqtVHfnED6 m+qIKlAHgw56Gpc= Received: (qmail 2739 invoked by alias); 30 May 2013 07:21:37 -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 2720 invoked by uid 89); 30 May 2013 07:21:36 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 30 May 2013 07:21:35 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8AE692648AA4; Thu, 30 May 2013 09:19:59 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UlBSB46k7-zN; Thu, 30 May 2013 09:19:59 +0200 (CEST) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 1CD6B26478E6; Thu, 30 May 2013 09:19:59 +0200 (CEST) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Cc: Paolo Bonzini , Thomas Schwinge , Arnaud Charlet , Rainer Orth , obry@adacore.com, dj@redhat.com, neroden@gcc.gnu.org, aoliva@redhat.com, Ralf.Wildenhues@gmx.de Subject: Re: [ada, build] host/target configuration Date: Thu, 30 May 2013 09:21:12 +0200 Message-ID: <105381699.29RaUYo0Gd@polaris> User-Agent: KMail/4.7.2 (Linux/3.1.10-1.19-desktop; KDE/4.7.2; x86_64; ; ) In-Reply-To: <51A60EF2.5000605@gnu.org> References: <87zjvejc02.fsf@kepler.schwinge.homeip.net> <51A60EF2.5000605@gnu.org> MIME-Version: 1.0 X-Virus-Found: No > However, it seems that the first androideabi snippet was dead code. > Can you delete it in a follow-up? No, it's not dead code, just broken at the moment, now fixed by: 2013-05-30 Eric Botcazou * gcc-interface/Makefile.in (arm% androideabi): Robustify. Index: gcc-interface/Makefile.in =================================================================== --- gcc-interface/Makefile.in (revision 199343) +++ gcc-interface/Makefile.in (working copy) @@ -995,7 +995,7 @@ ifeq ($(strip $(filter-out mips% wrs vx% EXTRA_LIBGNAT_OBJS+=vx_stack_info.o endif -ifeq ($(strip $(filter-out arm% linux-androideabi,$(arch) $(osys)-$(word 4,$(targ)))),) +ifeq ($(strip $(filter-out arm% androideabi,$(arch) $(osys))),) LIBGNAT_TARGET_PAIRS = \ a-intnam.ads