Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2005 20:47:23 +0200
From:      Ralph Zitz <ralph@zitz.dk>
To:        freebsd-amd64@freebsd.org
Subject:   Building world
Message-ID:  <4328703B.4020203@zitz.dk>

next in thread | raw e-mail | index | archive | help
Hello.

I'm currently running FreeBSD 6.0/AMD64 beta4 on my dual xeon nocona system.
In /etc/make.conf I have CPUTYPE=nocona.
Every time I do a cvsup to "update world" I have to manually change 
/usr/src/Makefile.inc1

LIB32PREFLAGS=  -m32 -march=athlon-xp ........
to
LIB32PREFLAGS=  -m32 -march=prescott ........

Obviously it makes sense to have it set to athlon-xp for the AMD64 arch, 
but since I'm running
on Nocona it would be nice to have it look at what CPUTYPE is set to.
I guess the question is: Would it be possible to add this check ?

Regards,
Ralph.



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