Date: Wed, 12 Jul 2000 09:02:23 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.ORG> To: Will Mitayai Keeso Rowe <mitayai@bricsnet.com> Cc: "freebsd-stable@FreeBSD. ORG" <freebsd-stable@FreeBSD.ORG> Subject: RE: Problems with make world Message-ID: <XFMail.000712090223.jhb@FreeBSD.org> In-Reply-To: <NEBBIEGPMLMKDBMMICFNKEFECDAA.mitayai@bricsnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11-Jul-00 Will Mitayai Keeso Rowe wrote: > I just grabbed the latest 3.0-stable sources and am trying to do a 'make > 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' > > Does anyone have any suggestions? Use '-O -pipe'. gcc is known to occasionally generate buggy code with -O2 or higher. The -march option should still be valid, although I'm not sure it will actually gain you anything in performance. > -Mit -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ 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?XFMail.000712090223.jhb>