Date: Thu, 31 Jul 2003 12:42:11 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Stefan Farfeleder <stefan@fafoe.narf.at> Cc: ppc@freebsd.org Subject: Re: does powerpc build? Message-ID: <20030731194211.GB33926@dragon.nuxi.com> In-Reply-To: <20030731082631.GN563@wombat.fafoe.narf.at> References: <xzp3cgn86hi.fsf@dwp.des.no> <20030731082631.GN563@wombat.fafoe.narf.at>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030731194211.GB33926>