From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23129 invoked by alias); 12 Nov 2008 12:43:51 -0000 Received: (qmail 23109 invoked by uid 22791); 12 Nov 2008 12:43:50 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Nov 2008 12:42:58 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id AC11629000C; Wed, 12 Nov 2008 13:42:55 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Le1cqdmVFlXJ; Wed, 12 Nov 2008 13:42:54 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.0.139]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id D424C290001; Wed, 12 Nov 2008 13:42:54 +0100 (CET) Cc: Mark Kettenis Message-Id: <122FB051-273F-4B27-866B-E639823A58E8@adacore.com> From: Tristan Gingold To: gdb-patches@sourceware.org In-Reply-To: <200811121232.mACCW7hp029131@brahms.sibelius.xs4all.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [RFA] Darwin/x86 port (v2 - part 4/4: misc) Date: Wed, 12 Nov 2008 17:08:00 -0000 References: <20081112101346.GA18409@ulanbator.act-europe.fr> <200811121232.mACCW7hp029131@brahms.sibelius.xs4all.nl> X-Mailer: Apple Mail (2.929.2) X-IsSubscribed: yes 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/msg00233.txt.bz2 On Nov 12, 2008, at 1:32 PM, Mark Kettenis wrote: >> Date: Wed, 12 Nov 2008 11:13:46 +0100 >> From: Tristan Gingold >> >> 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. I didn't realize there are default values. So here is the new darwin.mh file: # Host: IA86 running Darwin NATDEPFILES = fork-child.o machoread.o darwin-nat.o excServer.o \ i386-darwin-nat.o i386-nat.o darwin-nat-info.o # Trick so that excServer.c is not the default target! _all: all excServer.c: darwin.defs /usr/bin/mig -I. $<