From owner-freebsd-alpha Thu Apr 5 14:45:44 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 9B17237B506 for ; Thu, 5 Apr 2001 14:45:41 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f35Ljc230133; Thu, 5 Apr 2001 14:45:38 -0700 (PDT) (envelope-from obrien) Date: Thu, 5 Apr 2001 14:45:32 -0700 From: "David O'Brien" To: Steve Price Cc: Andrew Gallatin , alpha@FreeBSD.ORG Subject: Re: -stable kernel build failures Message-ID: <20010405144532.D28699@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010404192701.A56091@bsd.havk.org> <15052.31441.596152.333957@grasshopper.cs.duke.edu> <20010405091134.M56091@bsd.havk.org> <15052.32281.888599.242073@grasshopper.cs.duke.edu> <20010405092330.P56091@bsd.havk.org> <20010405133542.X56091@bsd.havk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010405133542.X56091@bsd.havk.org>; from steve@havk.org on Thu, Apr 05, 2001 at 01:35:42PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 05, 2001 at 01:35:42PM -0500, Steve Price wrote: > Well it turns out that COPTFLAGS='-O0 -pipe' in /etc/make.conf > was the culprit. Aparently __inline functions get optimized > away or some such. Yes. Don't use -O0. Only use -O on the alpha (except those rare cases where -O bombs and then use -O0 only on that particualar source file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message