summaryrefslogtreecommitdiff
path: root/devel/cpuflags/files
AgeCommit message (Collapse)AuthorFilesLines
2010-12-05Updated devel/cpuflags to 1.42abs3-4/+74
Add initial powerpc support for Darwin
2009-11-12remove redundant '/' after DESTDIR.obache1-10/+10
2009-04-21drop references to firefox-gtk1tnn1-5/+3
2009-03-30Updated devel/cpuflags to 1.41abs1-2/+2
Treat all Atoms as '-march=core2 -mtune=pentium'
2009-03-12Updated devel/cpuflags to 1.40abs1-2/+2
Doublequote the eval arguments to ensure whitespace is preserved, so a cpu_brand of "Genuine Intel(R) CPU T2500 @ 2.00GHz" is not converted down to "Genuine Intel(R) CPU T2500 @ 2.00GHz"
2009-03-04Updated devel/cpuflags to 1.39abs2-4/+8
- Add "Intel(r) Xeon(r) CPU E5430" and strip leading whitespace from Solaris psrinfo output - from Jim Wise - Add "Intel(R) Xeon(R) CPU E5310" - from Felix Resch - Add "Genuine Intel(R) CPU T2500" - from Daniel Carosone
2009-02-02Updated devel/cpuflags to 1.38abs1-1/+2
Handle Intel Core 2 (Merom) - from Steffen Beyer
2009-01-28Updated devel/cpuflags to 1.37abs3-21/+19
Substitute @SH@ so we can use $() everywhere (Solaris)
2009-01-23Updated devel/cpuflags to 1.36abs1-3/+5
Use `` rather than $() so we can work with Solaris sh
2009-01-20Updated devel/cpuflags to 1.35abs2-6/+25
Make it possible to also include cpuflags.mk directly from the pkgsrc tree
2009-01-12Updated devel/cpuflags to 1.34abs1-2/+2
For gcc pre 4.2 -march=core2 should fall back to -march=nocona rather than -march=pentium-m
2009-01-12Updated devel/cpuflags to 1.33abs1-4/+2
Merge all of the "Intel(R) Core(TM)2 " lines into a single 'wilder card' entry.
2009-01-09Updated devel/cpuflags to 1.32abs2-11/+27
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-02Updated devel/cpuflags to 1.30abs1-3/+8
NetBSD changes: - Correctly decode the cpu 'features' lines - Also decode the cpu family and model data
2008-12-31Updated devel/cpuflags to 1.30abs2-4/+6
Add: "Intel(R) Pentium(R) M processor "*
2008-12-23Updated devel/cpuflags to 1.29 (leaf package)abs1-1/+2
Add: "Intel(R) Pentium(R) 4 CPU 2.00GHz" - thanks to Łukasz
2008-12-21Updated devel/cpuflags to 1.28abs1-1/+13
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-20Updated devel/cpuflags to 1.27abs1-1/+2
Add entry for AMD K6-2+/III+ ("AMD-K6(tm)-III Processor") - from Ulf Bartelt PR 37850
2008-12-18Updated devel/cpuflags to 1.26abs1-2/+2
Ensure we use `` on Solaris - PR 40176
2008-12-18Updated devel/cpuflags to 1.25abs1-1/+3
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-10Updated devel/cpuflags to 1.24abs5-54/+83
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-08Updated devel/cpuflags to 1.23abs1-1/+2
Add: 'AMD Family 10h (686-class)' (-march=amdfam10)
2008-12-08Updated devel/cpuflags to 1.22abs2-39/+58
- 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-05Updated devel/cpuflags to 1.21abs1-1/+2
- Add case for: 'AMD Athlon Model 4 (Thunderbird) ' (-march=athlon-tbird) Thanks Aleksey Cheusov
2008-12-04Updated devel/cpuflags to 1.20abs2-17/+23
- 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-01Updated devel/cpuflags to 1.19abs2-44/+33
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-07-21add a (c) to thisabs1-1/+29
2008-07-21New sentence, new line.wiz1-8/+11
2008-07-20fix compliation -> compilation typo (noted by Alan R. S. Bueno), plus some ↵abs1-8/+8
others
2008-06-12fixup DESTDIR - bump pkgrevisionabs1-10/+16
2008-01-11update devel/cpuflags to 1.18: Remove *any* spaces from CPU_DIR, not just ↵abs1-2/+2
the first
2007-09-20update cpuflags to 1.17 - PKG_EXCLUDE_OMIT_FRAME_POINTER+=devel/liboil from ↵abs1-1/+4
Vladimir Yakovetsky
2007-09-11NetBSD/amd64 does not have machdep.{sse,sse2}. Bump version.bjs1-2/+2
2007-08-27remove some of my debugging accidently commitedabs2-4/+2
2007-08-27Update devel/cpuflags to 1.14:abs6-13/+107
- 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-22Update "cpuflags" package to version 1.13:tron1-8/+10
Install non-executable files without execute permissions.
2007-08-22add file missing in 1.12 - noted by tronabs1-0/+80
2007-08-21Update cpuflags to 1.12 - add FreeBSD support - from Yakovetsky Vladimirabs2-3/+7
2007-08-20Update devel/cpuflags to 1.11:abs2-24/+28
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-20Update cpuflags to 1.10:abs8-553/+472
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-13Update cpuflags to 1.09:abs1-1/+4
PKG_EXCLUDE_INLINE_FUNCTIONS+=cross/binutils devel/binutils from Yakovetsky Vladimir
2007-08-02update cpuflags to 1.08 - switch optimize_gcc.mk to using PKGPATHabs1-15/+24
2007-04-24Update cpuflags to 1.06 - add a couple more amd64 chips - thanks toabs1-1/+3
Ryo Hayasaka & Takanori Isihara
2007-03-21Update cpuflags to 1.06:abs3-4/+21
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
2006-11-30Update devel/cpuflags to 1.05:abs2-8/+17
More NetBSD amd64 and hppa updates from Blair Sadewitz and David H. Gutteridge respectively. Plus another Linux entry from the ether
2006-10-12Update devel/cpuflags to 1.04:abs1-5/+6
- seamonkey (like most mozilla code) fails with -fomit-frame-pointer (From Auster Vl)
2006-10-01use psrinfo -v instead of -pv. On solaris-2.8, -p is supported (or sodmcmahill1-2/+2
says the man page) but seems to cause nothing to come out even with -v. On solaris-2.9 (sparc), -p isn't supported which causes major failures. On solaris-2.9 (i386), -p causes a failure.
2006-09-15Update devel/cpuflags to 1.02abs4-18/+26
- 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-07-28Corrected quoting of author's email address.heinz1-2/+3
2006-06-21Update devel/cpuflags to 1.01:abs1-2/+4
match 7447A as 7450 - from Radek Kujawa