From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12390 invoked by alias); 22 Oct 2002 17:40:39 -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 12383 invoked from network); 22 Oct 2002 17:40:38 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 22 Oct 2002 17:40:38 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id NAA00599 for ; Tue, 22 Oct 2002 13:38:59 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id NAA17366 for ; Tue, 22 Oct 2002 13:29:29 -0400 Message-ID: <05db01c279f2$213875b0$d8020c0a@catdog> From: "Kris Warkentin" To: Subject: speeding up the build Date: Tue, 22 Oct 2002 10:40:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2002-10/txt/msg00160.txt.bz2 Hello, Is it possible to make the gdb build process skip the making of libgdb.a and just link it all in one step? I have a feeling that this would speed up the build some and it seems like an unnecessary step if you're not going to use libgdb.a anyway. cheers, Kris