From owner-freebsd-current@FreeBSD.ORG Sun Feb 22 15:11:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46C4616A4CE for ; Sun, 22 Feb 2004 15:11:08 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF5B243D1F for ; Sun, 22 Feb 2004 15:11:07 -0800 (PST) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id <15P45MXF>; Sun, 22 Feb 2004 18:11:06 -0500 Message-ID: From: Don Bowman To: "'des@des.no'" , freebsd-current@freebsd.org Date: Sun, 22 Feb 2004 18:11:03 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" cc: Tim Kientzle Subject: RE: -fno-strict-aliasing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 23:11:08 -0000 > From: des@des.no [mailto:des@des.no] > "David O'Brien" writes: > > I would love to make -O2 work. But as long as "lib/libpam" > is on the > > list of things to fix, that isn't going to happen. Someone needs to > > pressure DES to fix his babies [that he wont let others touch]. > > I love you too, David. Have you actually tried this lately? FWIW, i've just built a RELENG_5_2 kernel with -O2 -pipe -mcpu=pentium4 -march=pentium4 -g and it is running ok. On releng_4, i needed to add -fno-gcse [and obv not use the mcpu/march part]. --don