From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114396 invoked by alias); 25 Oct 2017 09:15:30 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 111267 invoked by uid 89); 25 Oct 2017 09:15:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_BRBL_LASTEXT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:gdb@sou, thx, HContent-Transfer-Encoding:8bit X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Oct 2017 09:15:25 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8C5F681C18 for ; Wed, 25 Oct 2017 11:15:22 +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 BS1FX7cLl2aN for ; Wed, 25 Oct 2017 11:15:22 +0200 (CEST) Received: from Xaviers-MacBook-Pro.local (unknown [10.10.8.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 906F18222C for ; Wed, 25 Oct 2017 11:15:20 +0200 (CEST) Subject: Re: Faillure when adding file to ALL_64_TARGET_OBS in Makefile.in To: gdb@sourceware.org References: From: Xavier Roirand Message-ID: <073b94e8-0d94-e5f9-61da-39a649367191@adacore.com> Date: Wed, 25 Oct 2017 09:15:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00070.txt.bz2 Works fine :) thx Le 10/25/17 à 10:58 AM, Andreas Schwab a écrit : > On Okt 25 2017, Xavier Roirand wrote: > >> For a test, I've created a new aarch64 file specific to a runtime, and I'm >> trying to add this file to ALL_64_TARGET_OBS macro in Makefile.in in GDB. > > You also have to add it to gdb_target_obs in configure.tgt. > > Andreas. >