From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7624 invoked by alias); 23 Mar 2009 16:20:34 -0000 Received: (qmail 7607 invoked by uid 22791); 23 Mar 2009 16:20:32 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from miranda.se.axis.com (HELO miranda.se.axis.com) (193.13.178.8) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Mar 2009 16:20:26 +0000 Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.13.11.50]) by miranda.se.axis.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id n2NGKNDA005924; Mon, 23 Mar 2009 17:20:23 +0100 Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id n2NGKMWL028436; Mon, 23 Mar 2009 17:20:22 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id n2NGKMQJ028432; Mon, 23 Mar 2009 17:20:22 +0100 Date: Mon, 23 Mar 2009 16:52:00 -0000 Message-Id: <200903231620.n2NGKMQJ028432@ignucius.se.axis.com> From: Hans-Peter Nilsson To: joel.sherrill@oarcorp.com CC: hans-peter.nilsson@axis.com, gcc@gcc.gnu.org In-reply-to: <49C7A889.9090405@oarcorp.com> (message from Joel Sherrill on Mon, 23 Mar 2009 10:19:37 -0500) Subject: Re: any recent changes to gcc test builds MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg00731.txt.bz2 > Date: Mon, 23 Mar 2009 10:19:37 -0500 > From: Joel Sherrill > I don't have those in my board.exp: > > set_board_info cflags "-B${RTEMS_MAKEFILE_PATH}/lib/ -specs bsp_specs > -qrtems -mcpu=603e" > set_board_info ldflags "${RTEMS_CONFIG_OBJ}" Those should find ${RTEMS_MAKEFILE_PATH}/lib/libm.a which might or might not be what you want. > Where do I need to add those? Can you point me > to examples? I'd grep among the other baseboards for numerous examples, in the dejagnu installation, subdir baseboards. In case you have no clue where it is on the system where you test, you'll see it as: ... Using /config/sim.exp as generic interface file for target. ... when running the test-suite. brgds, H-P