summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-14 17:36:29 +0000
committerobrien <obrien@FreeBSD.org>2003-04-14 17:36:29 +0000
commit038d1a303c96791339cd186ffa9fff94429e917c (patch)
treeebc932c14397f68af482d20b0c978e7f677149aa /share/mk
parentc48acd8ffd3af1cedb4040a0a3d696b4336c2cfe (diff)
downloadFreeBSD-src-038d1a303c96791339cd186ffa9fff94429e917c.zip
FreeBSD-src-038d1a303c96791339cd186ffa9fff94429e917c.tar.gz
Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction.
PR: 50801 Submitted by: Glenn Johnson <glennpj@charter.net>
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.cpu.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index b625bad..ccf6d9b 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -43,7 +43,7 @@ CPUTYPE = athlon
# http://gcc.gnu.org/onlinedocs/gcc/RS-6000-and-PowerPC-Options.html
. if ${MACHINE_ARCH} == "i386"
-. if ${CPUTYPE} == "athlon-mp" || ${CPUTYPE} == "athlon-xp" || ${CPUTYPE} == "athlon-4" || ${CPUTYPE} == "athlon"
+. if ${CPUTYPE} == "athlon-mp" || ${CPUTYPE} == "athlon-xp" || ${CPUTYPE} == "athlon-4" || ${CPUTYPE} == "athlon-tbird" || ${CPUTYPE} == "athlon"
_CPUCFLAGS = -march=${CPUTYPE}
. elif ${CPUTYPE} == "k6-3" || ${CPUTYPE} == "k6-2" || ${CPUTYPE} == "k6"
_CPUCFLAGS = -march=${CPUTYPE}
OpenPOWER on IntegriCloud