From owner-freebsd-current@FreeBSD.ORG Sat Jun 7 11:15:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F9C137B401 for ; Sat, 7 Jun 2003 11:15:22 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F6043F75 for ; Sat, 7 Jun 2003 11:15:21 -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 h57IF6Vm070948; Sat, 7 Jun 2003 11:15:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h57IF2en070944; Sat, 7 Jun 2003 11:15:02 -0700 (PDT) Date: Sat, 7 Jun 2003 11:15:01 -0700 From: "David O'Brien" To: Tim Kientzle Message-ID: <20030607181501.GG70196@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Tim Kientzle , current@freebsd.org References: <200306070438.h574cs52049913@cueball.rtp.FreeBSD.org> <3EE16E0F.2050207@acm.org> <20030607065700.GA59525@dragon.nuxi.com> <3EE22307.7020100@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EE22307.7020100@acm.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.1-BETA 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: current@freebsd.org Subject: Re: Can't build -CURRENT on 4.7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2003 18:15:22 -0000 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.