From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15943 invoked by alias); 24 Jan 2003 02:11:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15875 invoked from network); 24 Jan 2003 02:11:50 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by 172.16.49.205 with SMTP; 24 Jan 2003 02:11:50 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id h0O2Bo119485; Thu, 23 Jan 2003 21:11:50 -0500 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id h0O2Bnl21925; Thu, 23 Jan 2003 21:11:49 -0500 Date: Fri, 24 Jan 2003 02:11:00 -0000 Message-Id: <200301240211.h0O2Bnl21925@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: drow@mvista.com CC: gdb-patches@sources.redhat.com, binutils@sources.redhat.com, gcc-patches@gcc.gnu.org In-reply-to: <20030124020833.GA25237@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 23 Jan 2003 21:08:33 -0500) Subject: Re: (committed toplevel patch) Make rda native-only References: <20030123220359.GA4257@doctormoo> <20030124020833.GA25237@nevyn.them.org> X-SW-Source: 2003-01/txt/msg00712.txt.bz2 That reminds me of a similar problem in cygwin - a native libstdc++ build builds a program called "abi-check" but in a cygwin native build, it's built *before* the cygwin runtime is, so the link always fails (at least, if the just-built gcc is a different version than host-gcc).