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.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to