Date: Fri, 13 Jun 2003 14:54:21 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.sys.mk Message-ID: <200306132154.h5DLsL4t018474@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/06/13 14:54:21 PDT
FreeBSD src repository
Modified files:
share/mk bsd.sys.mk
Log:
We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()
uses alloca() and alloca is impossible to implement as a callable function
on amd64. It has to be a compiler builtin. Note that the bigger problem
is that libc is not c99 clean internally.
Revision Changes Path
1.30 +3 -2 src/share/mk/bsd.sys.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306132154.h5DLsL4t018474>
