From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5492 invoked by alias); 30 Jul 2006 22:25:01 -0000 Received: (qmail 5484 invoked by uid 22791); 30 Jul 2006 22:25:00 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 30 Jul 2006 22:24:58 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G7JiS-0004YP-GP; Sun, 30 Jul 2006 18:24:56 -0400 Date: Mon, 31 Jul 2006 09:46:00 -0000 From: Daniel Jacobowitz To: Pedro Alves Cc: gdb@sourceware.org Subject: Re: testsuite; Pass down --enable-auto-import. Message-ID: <20060730222455.GA17389@nevyn.them.org> Mail-Followup-To: Pedro Alves , gdb@sourceware.org References: <44CC845A.1030704@portugalmail.pt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44CC845A.1030704@portugalmail.pt> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00202.txt.bz2 On Sun, Jul 30, 2006 at 11:05:14AM +0100, Pedro Alves wrote: > >export CFLAGS_FOR_TARGET=-Wl,--enable-auto-import > >export LDFLAGS_FOR_TARGET=--enable-auto-import > >make check > > But still, I get the error. > > Any hints (, besides hacking ld to remove the warning)? You've got a board file, right? Try 'set_board_info ldflags "-Wl,--enable-auto-import"'. -- Daniel Jacobowitz CodeSourcery