From owner-freebsd-alpha Wed May 22 15: 3:51 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id EB5EE37B407 for ; Wed, 22 May 2002 15:03:48 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 217065307; Thu, 23 May 2002 00:03:47 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: alpha@freebsd.org Subject: -ffast-math broken From: Dag-Erling Smorgrav Date: 23 May 2002 00:03:46 +0200 Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The -ffast-math gcc option is broken on Alpha because we don't build or install crtfastmath.o as part of csu. Building & installing it works, but doesn't help because it references __ieee_set_fp_control which doesn't exist. This breaks (at least) the audio/mpg123 port, though I must admit I don't know if it ever worked. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message