From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3282 invoked by alias); 12 Nov 2008 12:33:05 -0000 Received: (qmail 3222 invoked by uid 22791); 12 Nov 2008 12:33:04 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Nov 2008 12:32:14 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id mACCW7tV004816; Wed, 12 Nov 2008 13:32:08 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id mACCW7hp029131; Wed, 12 Nov 2008 13:32:07 +0100 (CET) Date: Wed, 12 Nov 2008 12:53:00 -0000 Message-Id: <200811121232.mACCW7hp029131@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: gingold@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20081112101346.GA18409@ulanbator.act-europe.fr> (message from Tristan Gingold on Wed, 12 Nov 2008 11:13:46 +0100) Subject: Re: [RFA] Darwin/x86 port (v2 - part 4/4: misc) References: <20081112101346.GA18409@ulanbator.act-europe.fr> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00231.txt.bz2 > Date: Wed, 12 Nov 2008 11:13:46 +0100 > From: Tristan Gingold > > config/i386/darwin.mh: > > # Host: IA86 running Darwin > > SER_HARDWIRE = ser-base.o ser-unix.o ser-tcp.o Do you really need to override this for Darwin? I'd expect ser-pipe.c to work just fine. If not, this should really be moved into configure.ac, where we handle go32/djgpp/mingw32.