Date: Tue, 11 Jul 2000 14:00:21 -0700 (PDT) From: "J. Goodleaf" <goodleaf@goodleaf.net> To: John Reynolds~ <jreynold@sedona.ch.intel.com> Cc: Will Mitayai Keeso Rowe <mitayai@bricsnet.com>, "freebsd-stable@FreeBSD. ORG" <freebsd-stable@FreeBSD.ORG> Subject: Re: Problems with make world Message-ID: <Pine.BSF.4.21.0007111357510.5469-100000@clyde.goodleaf.net> In-Reply-To: <14699.34278.853989.243905@hip186.ch.intel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
If I recall correctly, nothing higher than -O is recommended for building world. BTW, I have been using march-pentiumpro for a long time now and have never had a problem. As the others have suggested, you need to edit /etc/make.conf I'd try -pipe -march=pentiumpro -O to see if it works. If not, drop the -O. -J =============================== John Goodleaf goodleaf@goodleaf.net PGP key: finger goodleaf@clyde.goodleaf.net =============================== On Tue, 11 Jul 2000, John Reynolds~ wrote: > > [ On Tuesday, July 11, Will Mitayai Keeso Rowe wrote: ] > > I just grabbed the latest 3.0-stable sources and am trying to do a 'make > > I assume you mean 4.0-stable sources (if you are on a 3.2 machine anyway)? > > > world' on a 3.2 machine and am getting the same error every time, even when > > i completely erased the /usr/src and tried again... > > > > the machine: > > su-2.03# uname -a > > FreeBSD mail.be.bricsnet.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Wed Sep 29 > > 14:25:59 CEST 1999 root@mail.bricsnet.com:/usr/src/sys/compile/MAIL > > i386 > > > > the error: > > cc -O6 -pipe -march=pentiumpro -I/usr/src/usr.bin/ar -Wall -I/usr/obj/usr/ > > src/tmp/usr/include -c /usr/src/usr.bin/ar/append.c > > cc1: Invalid option `arch=pentiumpro' > > Sounds like you've got "-march=pentiumpro" in your /etc/make.conf CCFLAGS > or something. Also, the -O6 leaps out as something that's not entirely a good > idea for building world. > > Get rid of your CFLAGS options (except for maybe -pipe) and try again. > > -jr > > -- > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > | John Reynolds WCCG, CCE, Higher Levels of Abstraction | > | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | > | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007111357510.5469-100000>