Commit graph

140 commits

Author SHA1 Message Date
abs
960b801f9b Updated devel/cpuflags to 1.34
For gcc pre 4.2 -march=core2 should fall back to -march=nocona
rather than -march=pentium-m
2009-01-12 22:11:58 +00:00
abs
cd5da2c621 Updated devel/cpuflags to 1.33
Merge all of the "Intel(R) Core(TM)2 " lines into a single 'wilder
card' entry.
2009-01-12 21:57:24 +00:00
abs
9f246fab8b Updated devel/cpuflags to 1.32
Intel appear to have re-used cpu branding strings between Northwood
and Prescott pentium4s. Thats just... special.

Handle this by explicitly testing for SSE3 support to distinguish between
'-march=prescott' and '-march=pentium4'
2009-01-09 12:54:15 +00:00
abs
f1358c3bcf Updated devel/cpuflags to 1.30
NetBSD changes:
 - Correctly decode the cpu 'features' lines
 - Also decode the cpu family and model data
2009-01-02 19:30:31 +00:00
abs
52777ba67a Updated devel/cpuflags to 1.30
Add:
 "Intel(R) Pentium(R) M processor "*
2008-12-31 14:49:54 +00:00
abs
aa0dc79492 Updated devel/cpuflags to 1.29 (leaf package)
Add:
 "Intel(R) Pentium(R) 4 CPU 2.00GHz" - thanks to Łukasz
2008-12-23 09:48:38 +00:00
abs
3e7881f506 Updated devel/cpuflags to 1.28
Add:
 "Intel(R) Celeron(R) M processor "* - thanks to Daniel Horecki
 "Intel(R) Pentium(R) 4 CPU 3.20GHz" - thanks to John Nemeth
 "VIA Nehemiah" and "Intel(R) Atom(TM) CPU N270 " - thanks to Joel CARNAT
2008-12-21 15:49:27 +00:00
abs
3fffa1e222 Updated devel/cpuflags to 1.27
Add entry for AMD K6-2+/III+ ("AMD-K6(tm)-III Processor")
- from Ulf Bartelt PR 37850
2008-12-20 09:56:46 +00:00
abs
28acedb13f Updated devel/cpuflags to 1.26
Ensure we use `` on Solaris - PR 40176
2008-12-18 01:01:33 +00:00
abs
cbeaf9d18f Updated devel/cpuflags to 1.25
Add "Intel(R) Pentium(R) 4 CPU 2.80GHz" from Alaric Snell-Pym
Add "Intel(R) Celeron(TM) CPU                1400MHz" from Bernhard Riedel
2008-12-18 00:57:12 +00:00
abs
b2e170707c Updated devel/cpuflags to 1.24
Add map_x86_brand_string to subr_x86 and use in NetBSD,
	Linux and Solaris to determine ARCH for Intel CPUs after PIII.
	(Still need to rework AMD CPU detection to use family and
	extended family)
	Added 'AMD K6-2 (586-class)' - thanks Brian Ginsbach
	Added 'Pentium(R) Dual-Core  CPU      E5200' - thanks Andreas Burghardt
2008-12-10 23:27:17 +00:00
abs
8c904ceffd Updated devel/cpuflags to 1.23
Add:
	'AMD Family 10h (686-class)'	(-march=amdfam10)
2008-12-08 19:46:58 +00:00
abs
ca6f0b311a Updated devel/cpuflags to 1.22
- Updates for NetBSD:
    - Report OS version in verbose mode
    - Cleanup the parsing of "cpuctl identify 0" / "grep ^cpu0: dmesg"
    - Add cases for:
      - 'AMD Athlon 64 X2 (686-class)' - thanks Ryo HAYASAKA
      - 'Intel Pentium M (Yonah) (686-class)' - thanks Juho Juopperi
      - 'Intel Pentium III (Katmai) (686-class)'
    - Adjust '-march=core2' facllback to pentium-m - thanks Thomas E. Spanjaard
    - Pickup -'msse3'
  - Updates for gcc:
    - Add some more x86 -march cases from gcc 4.3
2008-12-08 17:40:14 +00:00
abs
cd6899e830 Updated devel/cpuflags to 1.21
- Add case for:
	'AMD Athlon Model 4 (Thunderbird) ' (-march=athlon-tbird)
	Thanks Aleksey Cheusov
2008-12-05 00:41:31 +00:00
abs
c0203d9519 Updated devel/cpuflags to 1.20
- Add cases for:
	'Intel Pentium III Xeon (686-class)' (Thanks Jum Wise)
	'Intel Pentium M (Dothan) (686-class)' (My T41p)
  - Remove duplicate m68k fpu check
  - Fix pentium2/pentium3 tranposition introduced in v1.19
2008-12-04 11:45:35 +00:00
abs
46e29fa100 Updated devel/cpuflags to 1.19
Completely rework i386 and x86_64 processor checking on NetBSD:
If cpuctl is present, use the first list of its output, otherwise
rely on the first cpu0: line in /var/run/dmesg.boot
Unfortunately this means we will need to reenter some of the older CPU
details.
2008-12-01 17:51:40 +00:00
wiz
34f1ac7b8d Add devel to CATEGORIES. From Robert Elz. 2008-11-22 00:07:21 +00:00
abs
ea9f90b185 fixup DESTDIR - bump pkgrevision 2008-06-12 13:37:19 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
abs
43a11291de update devel/cpuflags to 1.18: Remove *any* spaces from CPU_DIR, not just the first 2008-01-11 12:58:30 +00:00
abs
b225958621 update cpuflags to 1.17 - PKG_EXCLUDE_OMIT_FRAME_POINTER+=devel/liboil from Vladimir Yakovetsky 2007-09-20 10:19:03 +00:00
bjs
8fff38346b NetBSD/amd64 does not have machdep.{sse,sse2}. Bump version. 2007-09-11 05:03:30 +00:00
tron
90f854413c Update "cpuflags" package to version 1.15:
Correct package list, "share/cpuflags/subr_x86" was missing.
2007-08-27 16:57:45 +00:00
abs
a3f13d197a Update devel/cpuflags to 1.14:
- return 0 in verbose() to fix issue with 'set -e'
 - ONLY_FOR_PLATFORM += FreeBSD-*-*
 - Use `` rather than $() to unbreak Solaris
 - Add x86 arch fixup/corrections in files/subr_x86
	All from Yakovetsky Vladimir
2007-08-27 10:08:29 +00:00
tron
d186010655 Update "cpuflags" package to version 1.13:
Install non-executable files without execute permissions.
2007-08-22 11:50:18 +00:00
abs
e691ef4bd8 Update cpuflags to 1.12 - add FreeBSD support - from Yakovetsky Vladimir 2007-08-21 15:43:46 +00:00
abs
4db33cf4e4 Update devel/cpuflags to 1.11:
optimize_gcc.mk:
    - Add cases for textproc/aspell and mail/procmail from Yakovetsky Vladimir
    - Shuffle some sections around and update comments
    - Retire old USE_GCC3 test
2007-08-20 11:34:05 +00:00
abs
140b25e6c8 Update cpuflags to 1.10:
Refactor cpuflags into a common part (cpuflags.sh), which calls the
appropriate per OS (subr_NetBSD, subr_SunOS or subr_Linux) and per
compiler (subr_gcc) portions
2007-08-20 11:21:19 +00:00
abs
e53cf5dc1d Update cpuflags to 1.09:
PKG_EXCLUDE_INLINE_FUNCTIONS+=cross/binutils devel/binutils
    from Yakovetsky Vladimir
2007-08-13 10:31:06 +00:00
abs
744ae37729 update cpuflags to 1.08 - switch optimize_gcc.mk to using PKGPATH 2007-08-02 11:20:16 +00:00
abs
3608fd46a4 Update cpuflags to 1.06 - add a couple more amd64 chips - thanks to
Ryo Hayasaka & Takanori Isihara
2007-04-24 22:44:20 +00:00
abs
09e92dd968 Update cpuflags to 1.06:
On NetBSD use 'sysctl -n machdep.sse2' and 'sysctl -n machdep.sse'
to determine whether to add '-mfpmath=sse -msse2' or '-mfpmath=sse
-msse' to CPUFLAGS. This ensures these values are set correctly in
the event of the kernel not providing sufficient identification
details on the CPU.  - from Blair Sadewitz
2007-03-21 15:05:08 +00:00
abs
2eb6bf8676 Update devel/cpuflags to 1.05:
More NetBSD amd64 and hppa updates from Blair Sadewitz and
David H. Gutteridge respectively.
Plus another Linux entry from the ether
2006-11-30 23:24:39 +00:00
abs
b0b10a4e43 Update devel/cpuflags to 1.04:
- seamonkey (like most mozilla code) fails with -fomit-frame-pointer
   (From Auster Vl)
2006-10-12 12:41:46 +00:00
dmcmahill
911f2c9843 update to cpuflags-1.03 after removing the solaris -p flag to psrinfo. 2006-10-01 01:00:48 +00:00
abs
447db2ffdf Update devel/cpuflags to 1.02
- Linux uses both 'AMD Athlon(TM) XP' and 'AMD Athlon(tm) XP'
- Add at least Opteron recognition to solaris via 'psrinfo -pv'
- Cleanup trailing whitespace
2006-09-15 14:37:32 +00:00
abs
be33eaa147 Update devel/cpuflags to 1.01:
match 7447A as 7450 - from Radek Kujawa
2006-06-21 11:15:14 +00:00
abs
6915d66727 update devel/cpuflags to 1.00
- avoid 'Unclosed substitution for DISTNAME (/ missing)' warning caused by
  optimize_gcc.mk, fix from Auster Vl
2006-06-13 09:56:00 +00:00
dogcow
68052c76fe Pentium-M should be scheduled as pentium-m, not pentium4m. 2006-05-16 16:43:10 +00:00
abs
ae2da2cd22 update cpuflags to 0.98:
For those playing on the bleeding edge with optimise_gcc.mk,
	disable -ffast-math for perl. NetBSD/i386 perl5.8.7 reports
	'49/49!=1' as true under -ffast-math
2006-02-09 13:45:04 +00:00
abs
6f99b2fbef Update cpuflags to 0.97:
- Add Infineon ADM5120
    - Fix optimize_gcc.mk for qt3-libs, and reorder so CPUFLAGS_PKGBASE is
      left defined and testable for 'make show-vars' and the like
2006-02-04 15:08:33 +00:00
abs
5c9d5eae15 Update cpuflags to 0.96:
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-11-06 15:31:20 +00:00
minskim
bda7b4098f Update cpuflags to 0.95. Approved by the maintainer.
Change:
- Identify Dothan on NetBSD.  Patch submitted by Kevin Kim in private email.
2005-10-23 18:47:24 +00:00
abs
087bc54521 update cpuflags to 0.94 - do not set PKGBASE in optimize_gcc.mk 2005-09-27 16:38:11 +00:00
abs
ba41fe0604 update cpuflags to 0.93 - fix a make-braino in workaround for PKGNAME setting 2005-09-23 13:24:17 +00:00
abs
fe8f75fc8e Update cpuflags to 0.92
optimize_gcc.mk needs to know the name of the package that is
	currently being built. Unfortunately with pkgsrc there is no way
	to do this, and its previous attempts to derive PKGNAME (if not
	set) from DISTNAME broke the php usage ext.mk file. Use a temp
	variable to do the same thing without breaking other pkgsrc
	assumptions
2005-09-20 10:58:23 +00:00
abs
dac5178adb Update cpuflags to 0.91 - derive PKGNAME from DISTNAME in per package checking logic 2005-09-09 16:03:32 +00:00
abs
bc733e575d Update cpuflags to 0.90
NetBSD: treat 'AMD Unknown K7 (Athlon)' as -march=athlon
	All: If -v is given, also correctly display CPUFLAGS value
2005-07-22 12:13:12 +00:00
abs
be0ddf4f02 Update cpuflags to 0.89
Use SED and INSTALL - should fix PR30223 (using wrong install under Solaris)
2005-07-21 08:33:13 +00:00
abs
28efc3d9e1 Update cpuflags to 0.88
- Add two more x86 entries to cpuflags.Linux
 - Avoid bogus setting of PKGBASE in optimize_gcc.mk
2005-06-25 10:50:49 +00:00