From owner-freebsd-current@FreeBSD.ORG Sun Jan 18 19:40:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id 33EE016A4CF; Sun, 18 Jan 2004 19:40:15 -0800 (PST) Date: Sun, 18 Jan 2004 19:40:15 -0800 From: David O'Brien To: Dag-Erling Sm?rgrav Message-ID: <20040119034014.GA64905@hub.freebsd.org> References: <20040116095217.GG59417@starjuice.net> <20040116181958.31683.qmail@paladin.fortunaty.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.9-STABLE 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 cc: current@freebsd.org Subject: Re: compiling world with optimization X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 03:40:15 -0000 On Sat, Jan 17, 2004 at 01:21:24AM +0100, Dag-Erling Sm?rgrav wrote: > andy-freebsd@splashground.de writes: > > http://ftp.fortunaty.net/FreeBSD/patches/5.2-strict-aliasing.diff.bz2 > > > > this is my current local diff for the problem. > > have a heart... > > des@dwp /usr/src/lib/libpam/modules/pam_echo% ident pam_echo.c > pam_echo.c: > $FreeBSD: src/lib/libpam/modules/pam_echo/pam_echo.c,v 1.4 2003/12/11 13:55:15 des Exp $ > des@dwp /usr/src/lib/libpam/modules/pam_echo% ncvs log -r1.4 pam_echo.c | tail > ---------------------------- > revision 1.4 > date: 2003/12/11 13:55:15; author: des; state: Exp; lines: +3 -2 > Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs > more work than the others). This should make most modules build with -O2. > ============================================================================= Can you look at his other patches? Right now libpam build prevents a world being built with -O2.