From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 8 06:41:58 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CA716A4CE for ; Tue, 8 Mar 2005 06:41:58 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D3F43D53 for ; Tue, 8 Mar 2005 06:41:58 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id DAFA478C7D for ; Tue, 8 Mar 2005 01:42:58 -0500 (EST) Received: from pandora.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 41035-01 for ; Tue, 8 Mar 2005 01:42:55 -0500 (EST) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) by pandora.afflictions.org (Postfix) with ESMTP id BFA1B78C79 for ; Tue, 8 Mar 2005 01:42:54 -0500 (EST) Received: by dementia.afflictions.org (Postfix, from userid 1001) id EA92328C9B; Tue, 8 Mar 2005 01:42:25 -0500 (EST) Date: Tue, 8 Mar 2005 01:42:25 -0500 From: Damian Gerow To: freebsd-amd64@freebsd.org Message-ID: <20050308064225.GL67164@afflictions.org> Mail-Followup-To: freebsd-amd64@freebsd.org References: <20050305043006.GN83265@afflictions.org> <20050308060910.GA32871@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050308060910.GA32871@dragon.nuxi.com> X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.6i X-Virus-Scanned: amavisd-new at pandora.afflictions.org Subject: Re: Is -O2 supported for world? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 06:41:59 -0000 Thus spake David O'Brien (obrien@freebsd.org) [08/03/05 01:36]: : It is suppored w/in /usr/src. Thanks for the clarification. : > /usr/src/lib/libc/i386/sys/_amd64_get_fsbase.c: In function `_amd64_get_fsbase': : > /usr/src/lib/libc/i386/sys/_amd64_get_fsbase.c:40: warning: dereferencing type-punned pointer will break strict-aliasing rules : > : > without -fno-strict-aliasing. Not that I have any serious desire to run : > with -O2, just curious. : : -O2 isn't supported in /usr/ports without -fno-strict-aliasing also. : There are a few ports that aren't happy being compiled with any form of : -O2 (such as the old perl). That error message was within /usr/src.