2009-01-20 18:26:21 by David Brownlee | Files touched by this commit (3) |
Log message: Updated devel/cpuflags to 1.35 Make it possible to also include cpuflags.mk directly from the pkgsrc tree |
2009-01-12 23:11:58 by David Brownlee | Files touched by this commit (2) |
Log message: 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:57:24 by David Brownlee | Files touched by this commit (2) |
Log message: Updated devel/cpuflags to 1.33 Merge all of the "Intel(R) Core(TM)2 " lines into a single 'wilder card' entry. |
2009-01-09 13:54:15 by David Brownlee | Files touched by this commit (3) |
Log message: 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-02 20:30:32 by David Brownlee | Files touched by this commit (2) |
Log message: Updated devel/cpuflags to 1.30 NetBSD changes: - Correctly decode the cpu 'features' lines - Also decode the cpu family and model data |
2008-12-31 15:49:54 by David Brownlee | Files touched by this commit (3) |
Log message: Updated devel/cpuflags to 1.30 Add: "Intel(R) Pentium(R) M processor "* |
2008-12-23 10:48:38 by David Brownlee | Files touched by this commit (2) |
Log message: Updated devel/cpuflags to 1.29 (leaf package) Add: "Intel(R) Pentium(R) 4 CPU 2.00GHz" - thanks to Åukasz |
2008-12-21 16:49:27 by David Brownlee | Files touched by this commit (2) |
Log message: 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-20 10:56:46 by David Brownlee | Files touched by this commit (2) |
Log message: 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-18 02:01:33 by David Brownlee | Files touched by this commit (2) |
Log message: Updated devel/cpuflags to 1.26 Ensure we use `` on Solaris - PR 40176 |