From owner-freebsd-ppc@FreeBSD.ORG Thu Jul 31 12:42:25 2003 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FF837B405 for ; Thu, 31 Jul 2003 12:42:25 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4971543FBF for ; Thu, 31 Jul 2003 12:42:24 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h6VJgCQX033999; Thu, 31 Jul 2003 12:42:12 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h6VJgBrm033998; Thu, 31 Jul 2003 12:42:11 -0700 (PDT) Date: Thu, 31 Jul 2003 12:42:11 -0700 From: "David O'Brien" To: Stefan Farfeleder Message-ID: <20030731194211.GB33926@dragon.nuxi.com> References: <20030731082631.GN563@wombat.fafoe.narf.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030731082631.GN563@wombat.fafoe.narf.at> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: ppc@freebsd.org Subject: Re: does powerpc build? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 19:42:26 -0000 On Thu, Jul 31, 2003 at 10:26:32AM +0200, Stefan Farfeleder wrote: > Index: gnu/usr.bin/cc/cc_int/Makefile > =================================================================== > RCS file: /usr/home/ncvs/src/gnu/usr.bin/cc/cc_int/Makefile,v > retrieving revision 1.34 > diff -u -r1.34 Makefile > --- gnu/usr.bin/cc/cc_int/Makefile 11 Jul 2003 05:37:23 -0000 1.34 > +++ gnu/usr.bin/cc/cc_int/Makefile 15 Jul 2003 21:26:53 -0000 > @@ -27,6 +27,10 @@ > attribs.c cselib.c debug.c rtl-error.c tree-dump.c tree-inline.c > > SRCS+= ${GCC_CPU}.c > +.if exists(${GCC_CPU}-c.c) > +SRCS+= ${GCC_CPU}-c.c > +.endif This is the minimal patch needed to build -- I thought I had committed it but found I hadn't.