From owner-freebsd-current Thu Dec 24 05:16:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00536 for freebsd-current-outgoing; Thu, 24 Dec 1998 05:16:36 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00520; Thu, 24 Dec 1998 05:16:32 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by nlsystems.com (8.9.1/8.8.5) with SMTP id NAA01857; Thu, 24 Dec 1998 13:16:14 GMT Date: Thu, 24 Dec 1998 13:16:14 +0000 (GMT) From: Doug Rabson To: Gary Palmer cc: alpha@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: make world breakage on alpha In-Reply-To: <85308.914503396@gjp.erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 24 Dec 1998, Gary Palmer wrote: > > >From this mornings make world on an Alphastation 600: > > cd /usr/src/lib/msun; /usr/obj/elf/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN > -DNOPIC -DNOPROFILE -DNOSHARED cleandepend; /usr/obj/elf/usr/src/tmp/usr/bin/m > ake -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED all; > /usr/obj/elf/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE > -DNOSHARED -B install cleandir obj > rm -f .depend /usr/obj/elf/usr/src/lib/msun/GRTAGS > /usr/obj/elf/usr/src/lib/msun/GSYMS /usr/obj/elf/usr/src/lib/msun/GTAGS > cc -O -pipe -mtrap-precision=i -mfp-trap-mode=su -D_IEEE_LIBM > -D_ARCH_INDIRECT= -I/usr/obj/elf/usr/src/tmp/usr/include -c > /usr/src/lib/msun/src/e_acos.c -o e_acos.o > cc1: Invalid option `trap-precision=i' > cc1: Invalid option `fp-trap-mode=su' Oh. It seems that the stock gcc-2.7.2.1 doesn't understand the -mtrap-precision and -mfp-trap-mode arguments. The gcc patches from http://www.freebsd.org/~dfr fix this. Unfortunately I use these patches all the time so I didn't notice that the unpatched compiler doesn't support software completion properly. I'll back out the Makefile change in msun until we upgrade to a decent compiler. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message