From owner-cvs-all@FreeBSD.ORG Fri Jun 13 14:54:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF60A37B404; Fri, 13 Jun 2003 14:54:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA5E43FEA; Fri, 13 Jun 2003 14:54:22 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5DLsM0U018478; Fri, 13 Jun 2003 14:54:22 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5DLsL4t018474; Fri, 13 Jun 2003 14:54:21 -0700 (PDT) Message-Id: <200306132154.h5DLsL4t018474@repoman.freebsd.org> From: Peter Wemm Date: Fri, 13 Jun 2003 14:54:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.sys.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 21:54:23 -0000 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