Date: Sat, 7 Jun 2003 11:15:01 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Tim Kientzle <kientzle@acm.org> Cc: current@freebsd.org Subject: Re: Can't build -CURRENT on 4.7 Message-ID: <20030607181501.GG70196@dragon.nuxi.com> In-Reply-To: <3EE22307.7020100@acm.org> References: <200306070438.h574cs52049913@cueball.rtp.FreeBSD.org> <3EE16E0F.2050207@acm.org> <20030607065700.GA59525@dragon.nuxi.com> <3EE22307.7020100@acm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 07, 2003 at 10:38:15AM -0700, Tim Kientzle wrote: > Index: Makefile.inc1 > =================================================================== > RCS file: /usr/src/cvs/src/Makefile.inc1,v > retrieving revision 1.363 > diff -u -r1.363 Makefile.inc1 > --- Makefile.inc1 31 May 2003 21:29:38 -0000 1.363 > +++ Makefile.inc1 7 Jun 2003 04:52:43 -0000 > @@ -200,7 +204,7 @@ > BMAKEENV= DESTDIR= \ > INSTALL="sh ${.CURDIR}/tools/install.sh" \ > PATH=${BPATH}:${PATH} \ > - WORLDTMP=${WORLDTMP} \ > + WORLDTMP=${WORLDTMP} CSTD=c90 \ This won't work on non-i386, due to alloca issues. > + WORLDTMP=${WORLDTMP} CSTD= \ may.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030607181501.GG70196>