summaryrefslogtreecommitdiff
path: root/devel/cpuflags
AgeCommit message (Collapse)AuthorFilesLines
2006-02-09update cpuflags to 0.98:abs3-5/+6
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-04Update cpuflags to 0.97:abs4-39/+34
- 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
2005-11-06Update cpuflags to 0.96:abs3-5/+6
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-10-23Update cpuflags to 0.95. Approved by the maintainer.minskim2-3/+4
Change: - Identify Dothan on NetBSD. Patch submitted by Kevin Kim in private email.
2005-10-23Fixed a pkglint warning.rillig1-3/+1
2005-09-27update cpuflags to 0.94 - do not set PKGBASE in optimize_gcc.mkabs2-9/+9
2005-09-23update cpuflags to 0.93 - fix a make-braino in workaround for PKGNAME settingabs2-8/+9
2005-09-20Update cpuflags to 0.92abs2-5/+7
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-09Update cpuflags to 0.91 - derive PKGNAME from DISTNAME in per package ↵abs2-3/+4
checking logic
2005-07-22Update cpuflags to 0.90abs4-8/+15
NetBSD: treat 'AMD Unknown K7 (Athlon)' as -march=athlon All: If -v is given, also correctly display CPUFLAGS value
2005-07-21Update cpuflags to 0.89abs2-11/+13
Use SED and INSTALL - should fix PR30223 (using wrong install under Solaris)
2005-06-25Update cpuflags to 0.88abs3-12/+8
- Add two more x86 entries to cpuflags.Linux - Avoid bogus setting of PKGBASE in optimize_gcc.mk
2005-05-12Small change to suggested COPTS usage - from Christopher Sean Hiltonabs1-2/+2
2005-05-01update cpuflags to 0.87:abs7-19/+30
- Added linux "Mobile Intel(R) Pentium(R) 4 - M ", from pancake - Add a dist target to simplify updating freshmeat copy - Change feedback email to abs@absd.org
2005-04-29Update cpuflags to 0.86:abs4-31/+33
Add Linux 'Pentium III (Katmai)' - from Toni Viemero Remove some outdated gcc references from manpage Clarify the mk examples are BSD makefile specific Add a basic Makefile for out-of-pkgsrc usage
2005-04-27Update cpuflags to 0.85:abs2-6/+7
Add 'Intel(R) Pentium(R) III Mobile CPU', from Sean Higgins
2005-04-08Update cpuflags to 0.84abs3-11/+12
Add "Mirage 100+" to the Linix parisc case (thanks Simon Hitzemann) Update the firefox and thunderbird names in optimize_gcc
2005-03-22Update to cpuflags 0.83 - match all VIA C3 CPUsabs2-4/+4
2005-02-18update cpuflags to 0.82abs2-4/+8
firefox-gtk2 has severe issues (radio buttons on the download preferences are missing, and extensions break) if compiled with -ffast-math. Oh my aching head.
2005-01-29Update cpuflags to 0.81:abs2-3/+4
firefox and firefox-gtk2 do not like -finline-functions. It gives broken radio buttons in Edit->Preferences
2005-01-06Update cpuflags to 0.80:abs2-4/+4
Add qemu to the list of PKG_EXCLUDE_INLINE_FUNCTIONS packages, at least as of gcc-3.3 and qemu-0.6.1
2004-12-22Update cpuflags to 0.79:abs4-38/+47
- Shuffle the various cpuflags.<OS> to group more common lines - Use nawk on solaris [Jonathan A. Kollasch PR pkg/26572] - Add Linux 'Intel(R) Pentium(R) 4 CPU' - Add NetBSD/i386 'AMD Athlon Model 4 (Thunderbird)' [Rob Quinn] - Add NetBSD/macppc 604e [John Klos] - Add NetBSD/chocolate [Al]
2004-11-14Update cpuflags to 0.78:abs3-6/+8
Handle 7410 under NetBSD/macppc and 'Pentium III (Coppermine)' under Linux, from Markus W Kilbinger and Andrew Gillham respectively
2004-11-03Update cpuflags to 0.77abs4-12/+18
Correctly identify 7400 and 7450 cpus (from Timo Schöler), and fall back to 750 not 740 for older gcc versions.
2004-09-23Update cpuflags to 0.76:abs4-5/+9
Add 'Intel(R) Pentium(R) M processor' under Linux, plus make each version report the OS in the event of an unrecognised CPU.
2004-08-04Update cpuflags to 0.75abs4-40/+174
- all: Implement 'cpuflags -v' which indicates the values used to determine flags Sync the latest fixup options for older gccs - cpuflags.NetBSD: Use -march=pentium3m and -march=pentium4m for gcc 3.4.x Set -mcpu=hypersparc for RT620/625 and -mcpu=cypress for L64811 - cpuflags.Linux: Handle two different Celeron cases (thanks to Marc Recht & Jeremy C. Reed)
2004-07-28Update cpuflags to 0.74:abs3-19/+44
NetBSD/Linux: athlon-4, athlon-mp, athlon-tbird, and athlon-xp should fall back to athlon in gcc3, and only pentiumpro in 2.95 Linux: Identify "AMD Athlon(tm) XP "* - thanks to Sebastian Prause
2004-07-27Update cpuflags to 0.73:abs3-49/+105
sync cpuflags.Linux with cpuflags.NetBSD, at least optimise for Duron in cpuflags.Linux
2004-07-06Update cpuflags to 0.72:abs2-3/+5
Handle c3 as 'c3' or '586', not '686'. From Dick Davies Rationale: http://www3.sympatico.ca/howlettfamily/epia/epia_howto/x881.html#pentium_compatible
2004-06-09Remove an obvious left over from a test. Fixes PR 25880.cube2-4/+3
2004-06-06Update cpuflags to 0.70abs2-53/+59
Correctly 'downgrade' -march=pentium3 -mno-sse to -march=pentiumpro for older compilers. Should address PR pkg/25759
2004-05-10Update cpuflags to 0.68abs2-5/+6
Exclude -fomit-frame-pointer for {firefox,thunderbird}{,-gtk2}
2004-04-22Update cpuflags to 0.67:abs3-7/+8
- Add 'Intel Mobile Pentium 4' from Benedikt Meurer - Fix exclusion of -fomit-frame-pointer mozilla-gtk2 in optimize_gcc.mk
2004-04-20iupdate cpuflags to 0.66:abs2-4/+5
Avoid -fomit-frame-pointer for mozilla-gtk2 & galeon-devel
2004-04-01Update cpuflags to 0.65.abs2-4/+4
Use -dumpversion with gcc rather than mangling -v output. Suggested by mrg. Located copy of egcs to confirm output still correctly mangled in that case :)
2004-04-01Update cpuflags to 0.64:abs2-27/+63
- Do nothing on x86_64 (for now). Thanks to Wolfgang S. Rupprecht - Digital AlphaPC 164SX. Thanks to HATANO Hiromichi. - Intel Pentium/MMX & Unrecognised Athlon XP. Thanks to Kimmo Suominen - Mips update for gcc 3.1 and later. Thanks to Andreas Yankopolus - Handle converting flags for old gcc versions recursively. Most excessive case would be using cpuflags on a k6-3 win gcc 2.89 which would map -march=k6-3 -> -march=k6 -> -march=pentium -> -march=i486
2004-03-17Drop trailing whitespace, remove unnecessary .Pp andwiz1-4/+4
use .Aq instead of <>.
2004-03-17Update cpuflags to 0.63:abs3-19/+27
Make cpuflags ${PREFIX}-aware - based on patch from Karl Hammerschmidt
2004-02-20Recognise the "Intel Celeron (Mendocino)", which is a p3 but without SSEdan2-3/+4
Bump version.
2004-02-13We don' need no ... languagesabs1-1/+2
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-01-21Update cpuflags to 0.61abs2-5/+5
Be more careful setting MAKEFLAGS
2004-01-20Update cpuflags to 0.60:abs2-8/+11
Set CPU_DIR and MAKE_ENV even if CPU_FLAGS is already set.
2003-12-04Update cpuflags to 0.59:abs2-20/+24
- Handle i386: Mobile PIII, alpha: 21264a, powerpc: 603ev
2003-10-19Fix an Athlon detection glitch: the "Athlon Model 1" is neither anrh2-4/+4
"Athlon MP" nor a "Pentium Pro". Correct this by testing for the special cases first rather than trying to be clever in the generic test. Bump package version to 0.58
2003-10-02Update cpuflags to 0.57:abs3-22/+28
Add optimisations for specific Athlon models (recht@) Avoid setting flags if DBG is set to -Os (to reduce size impact when building contents of distrib on at least 1.6.x i386)
2003-08-07Updated cpuflags to 0.56abs3-7/+8
- If !defined BSD_PKG_MK and DBG is set to -Os, do not alter COPTS. This stops setting of -march=XXX causing overflowing of install media - disable -fomit-frame-pointer for lua and koffice
2003-07-20Update cpuflags to 0.55abs2-3/+8
Exclude -finline-functions for userppp.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-10Updated cpuflags to cpuflags-0.54abs3-15/+11
Handle hw.model frmatting from hp300 On gcc3 -frename-registers still causes problems for xdm with _some_ -march=XXX values. Next time I might just listen to fredb first...