pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cpuflags Updated devel/cpuflags to 1.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/746e161b7803
branches:  trunk
changeset: 551030:746e161b7803
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Dec 05 00:41:31 2008 +0000

description:
Updated devel/cpuflags to 1.21

  - Add case for:
        'AMD Athlon Model 4 (Thunderbird) ' (-march=athlon-tbird)
        Thanks Aleksey Cheusov

diffstat:

 devel/cpuflags/Makefile          |  4 ++--
 devel/cpuflags/files/subr_NetBSD |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 0b03470cc60f -r 746e161b7803 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Thu Dec 04 18:07:52 2008 +0000
+++ b/devel/cpuflags/Makefile   Fri Dec 05 00:41:31 2008 +0000
@@ -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 -r 0b03470cc60f -r 746e161b7803 devel/cpuflags/files/subr_NetBSD
--- a/devel/cpuflags/files/subr_NetBSD  Thu Dec 04 18:07:52 2008 +0000
+++ b/devel/cpuflags/files/subr_NetBSD  Fri Dec 05 00:41:31 2008 +0000
@@ -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 @@
            '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' ;;



Home | Main Index | Thread Index | Old Index