Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 23:57:44 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Constantin Khackevich <constathome@const.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make buildworld error
Message-ID:  <20020909205743.GO28799@hades.hell.gr>
In-Reply-To: <3D7CFA69.6080206@const.ru>
References:  <3D7CFA69.6080206@const.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-09-09 23:45, Constantin Khackevich <constathome@const.ru> wrote:
> /usr/src/usr.bin/yacc/mkpar.c /usr/src/usr.bin/yacc/output.c 
> /usr/src/usr.bin/yacc/reader.c /usr/src/usr.bin/yacc/skeleton.c 
> /usr/src/usr.bin/yacc/symtab.c /usr/src/usr.bin/yacc/verbose.c 
> /usr/src/usr.bin/yacc/warshall.c
> cd /usr/src/usr.bin/yacc; make _EXTRADEPEND
> echo yacc: /usr/lib/libc.a  >> .depend
> cc -O -pipe -march=pentiumpro    -c /usr/src/usr.bin/yacc/closure.c
> cc1: Invalid option `arch=pentiumpro'
> *** Error code 1

Try adding the following to /etc/make.conf (create the file if it
doesn't exist already):

	NO_CPU_COPTFLAGS=true

- Giorgos


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020909205743.GO28799>