From owner-freebsd-hackers Mon Oct 21 12:26:13 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA05192 for hackers-outgoing; Mon, 21 Oct 1996 12:26:13 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA05187 for ; Mon, 21 Oct 1996 12:26:10 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id FAA26060; Tue, 22 Oct 1996 05:21:21 +1000 Date: Tue, 22 Oct 1996 05:21:21 +1000 From: Bruce Evans Message-Id: <199610211921.FAA26060@godzilla.zeta.org.au> To: freebsd-hackers@freefall.freebsd.org, kuku@gilberto.physik.rwth-aachen.de Subject: Re: -ffancy-math-386 gone? Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >In gcc 2.6 - I believe - there was an option (FreeBSD only) to >allow inlining of some coprocessor FP instructions. > >Has it gone without replacement in gcc 2.7.x ? No. See the man page for the correct spelling. It's a machine- dependent option, so it must start with -m. Bruce