From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 793 invoked by alias); 3 Oct 2006 23:51:01 -0000 Received: (qmail 784 invoked by uid 22791); 3 Oct 2006 23:51:00 -0000 X-Spam-Check-By: sourceware.org Received: from mail.zeugmasystems.com (HELO zeugmasystems.com) (192.139.122.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 03 Oct 2006 23:50:59 +0000 Content-class: urn:content-classes:message Subject: RE: How to coerce gdb into pseudo-cross-compiling when build == host? MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 03 Oct 2006 23:51:00 -0000 Message-ID: <66910A579C9312469A7DF9ADB54A8B7D3E6EA1@exchange.ZeugmaSystems.local> From: "Kaz Kylheku" To: 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-10/txt/msg00017.txt.bz2 > Daniel Jacobowitz: > On Tue, Oct 03, 2006 at 04:16:25PM -0700, Kaz Kylheku wrote: > > I lied to it by doing this: > >=20 > > --build=3Di686-bsd > > --target=3Di686-linux > > --host=3Di686-linux > >=20 > > But there has to be a better way. >=20 > It is typical to use --build=3Di686-none-linux-gnu > --host=3Di686-linux, or some variant thereof. Thanks. That's what I was looking for; so we use the symbol "none" for the system, which is different from "pc", and off we go.