From owner-cvs-src@FreeBSD.ORG Fri Jun 13 15:39:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDFA637B401; Fri, 13 Jun 2003 15:39:36 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C6543FA3; Fri, 13 Jun 2003 15:39:36 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 89578530E; Sat, 14 Jun 2003 00:39:34 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Peter Wemm References: <200306132154.h5DLsL4t018474@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 14 Jun 2003 00:39:33 +0200 In-Reply-To: <200306132154.h5DLsL4t018474@repoman.freebsd.org> (Peter Wemm's message of "Fri, 13 Jun 2003 14:54:21 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 22:39:37 -0000 Peter Wemm writes: > 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. #define alloca(sz) __builtin_alloca(sz) and please remove CSTD?=c99 from bsd.sys.mk, it was never intended to be used that way. DES -- Dag-Erling Smorgrav - des@ofug.org