From owner-freebsd-current Sun Sep 6 21:26:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11667 for freebsd-current-outgoing; Sun, 6 Sep 1998 21:26:03 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11614 for ; Sun, 6 Sep 1998 21:25:46 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id OAA22916; Mon, 7 Sep 1998 14:25:37 +1000 Date: Mon, 7 Sep 1998 14:25:37 +1000 From: Bruce Evans Message-Id: <199809070425.OAA22916@godzilla.zeta.org.au> To: mike@smith.net.au, vanessa.voysey@k2c.co.uk Subject: Re: ELF world and MFS / groff issues Cc: current@FreeBSD.ORG, phk@critter.freebsd.dk Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> if CFLAGS/COPTFLAGS are changed to -O3 -m486 -pipe, an ELF make world will >> produce somewhat weird versions of groff / troff: > >-O3 is known to produce broken code. Don't use it. You mean, it is known to show that broken code is broken. Both -m486 and -O3 are normally pessimizations. Don't use them. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message