cvs commit: src/share/mk bsd.sys.mk
Peter Wemm
peter at FreeBSD.org
Fri Jun 13 14:54:23 PDT 2003
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
More information about the cvs-src
mailing list