From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18874 invoked by alias); 10 Jan 2002 13:46:04 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18802 invoked from network); 10 Jan 2002 13:45:55 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 10 Jan 2002 13:45:55 -0000 Received: by fw-cam.cambridge.arm.com; id NAA28253; Thu, 10 Jan 2002 13:45:53 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma028135; Thu, 10 Jan 02 13:45:46 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id NAA26708 for ; Thu, 10 Jan 2002 13:45:46 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id NAA03946; Thu, 10 Jan 2002 13:45:45 GMT Message-Id: <200201101345.NAA03946@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: gdb@sources.redhat.com cc: Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Changing the C/C++ compiler for gdb testsuite runs Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jan 2002 05:46:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-01/txt/msg00084.txt.bz2 I'm not a dejagnu expert, so the answer to this may be obvious. Is there a way of forcing the GDB testsuite to use a particular compiler that hasn't yet been installed (I have a gcc-3 compiler from a build tree that I'd like to use to run the tests, but I don't particularly want to have to install it first). I've tried running make check with both CC_FOR_TARGET and CC set to point to the compiler, but neither seems to work. There doesn't appear to be anything on this in the gdb internals manual either. R.