summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorabs <abs>2008-12-05 00:41:31 +0000
committerabs <abs>2008-12-05 00:41:31 +0000
commit6910137b229e3789069873ebad92bdd0ec380e0a (patch)
treefa69cbf2b7bd27cd306ae81cb645887ae80e62b2 /devel
parentacc43e5f1f61e4dab6ad6d19182d860e2ef573ab (diff)
downloadpkgsrc-6910137b229e3789069873ebad92bdd0ec380e0a.tar.gz
Updated devel/cpuflags to 1.21
- Add case for: 'AMD Athlon Model 4 (Thunderbird) ' (-march=athlon-tbird) Thanks Aleksey Cheusov
Diffstat (limited to 'devel')
-rw-r--r--devel/cpuflags/Makefile4
-rwxr-xr-xdevel/cpuflags/files/subr_NetBSD3
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index fa9219a142e..5ad4068a271 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.126 2008/12/04 11:45:35 abs Exp $
+# $NetBSD: Makefile,v 1.127 2008/12/05 00:41:31 abs Exp $
-DISTNAME= cpuflags-1.20
+DISTNAME= cpuflags-1.21
CATEGORIES= devel sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/subr_NetBSD b/devel/cpuflags/files/subr_NetBSD
index 425cf28fd78..dc1a8c35749 100755
--- a/devel/cpuflags/files/subr_NetBSD
+++ b/devel/cpuflags/files/subr_NetBSD
@@ -1,4 +1,4 @@
-# $NetBSD: subr_NetBSD,v 1.4 2008/12/04 11:45:35 abs Exp $
+# $NetBSD: subr_NetBSD,v 1.5 2008/12/05 00:41:31 abs Exp $
AWK=awk
SED=sed
@@ -97,6 +97,7 @@ determine_arch()
'AMD Athlon 64 or Athlon 64 FX or Opteron '*) ARCH='-march=opteron' ;;
'AMD Athlon 64 or Sempron (686-class)'*) ARCH='-march=athlon64' ;;
'AMD Dual-Core Opteron or Athlon 64 X2 '*) ARCH='-march=opteron' ;;
+ 'AMD Athlon Model 4 (Thunderbird) '*) ARCH='-march=athlon-tbird' ;;
'Intel (686-class)'*) ARCH='-march=pentiumpro' ;;
'Intel Celeron (686-class)'*) ARCH='-march=pentiumpro' ;;
'Intel Core 2 (Merom) (686-class)'*) ARCH='-march=core2' ;;