From owner-freebsd-stable Wed Jul 12 9: 3:21 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 83DC737BF74 for ; Wed, 12 Jul 2000 09:03:17 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id JAA38776; Wed, 12 Jul 2000 09:03:09 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id JAA38532; Wed, 12 Jul 2000 09:02:23 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 12 Jul 2000 09:02:23 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Will Mitayai Keeso Rowe Subject: RE: Problems with make world Cc: "freebsd-stable@FreeBSD. ORG" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 -- 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