Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2011 00:25:56 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-toolchain@freebsd.org
Subject:   CPUTYPE=native handling
Message-ID:  <20111108002556.GA91218@freebsd.org>

next in thread | raw e-mail | index | archive | help
hi there,

i've seen dozens of issues, where people set CPUTYPE=native. although this
works in a lot of cases, it doesn't in others. why don't we simply add
something like

. if ${CPUTYPE} == "native"
.  error "bla"
. endif

in share/mk/bsd.cpu.mk for now? or at least for the archs, where "native" is
known to cause problems.

cheers.
alex



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