Commit graph

20 commits

Author SHA1 Message Date
abs
e50af1f886 Updated devel/cpuflags to 1.37
Substitute @SH@ so we can use $() everywhere (Solaris)
2009-01-28 23:30:50 +00:00
abs
2d67a69e67 Updated devel/cpuflags to 1.35
Make it possible to also include cpuflags.mk directly from the pkgsrc tree
2009-01-20 17:26:21 +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
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
2ea7529561 update cpuflags to 0.87:
- 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-05-01 22:03:37 +00:00
abs
6cc945a64a Update cpuflags to 0.63:
Make cpuflags ${PREFIX}-aware - based on patch from Karl Hammerschmidt
2004-03-17 00:26:55 +00:00
jlam
7699290f10 If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value.  This
avoids breakage when executing the just-in-time su targets.
2004-02-06 19:04:24 +00:00
abs
ca05ea8bb1 Update cpuflags to 0.61
Be more careful setting MAKEFLAGS
2004-01-21 00:54:08 +00:00
abs
d817435200 Update cpuflags to 0.60:
Set CPU_DIR and MAKE_ENV even if CPU_FLAGS is already set.
2004-01-20 23:38:46 +00:00
abs
1256bede19 Update cpuflags to 0.57:
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-10-02 16:10:00 +00:00
abs
367a2fc3b2 Updated cpuflags to 0.56
- 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-08-07 11:30:04 +00:00
abs
d7e0193c6b Update cpuflags to 0.45:
- Detect fpuless mac68k boxes and add -msoft-float
    - Check ${USETOOLS} to avoid setting gcc3 flags when compiling NetBSD
      userland with built in tools, but with gcc3 installed
    - Default to -O3 again for all except perl5 and perl58 under gcc3
2003-06-06 15:26:48 +00:00
abs
248b94602f Update cpuflags to 0.42:
- Add some additional x86 flags for gcc 3.x
    - Allow the path to cc to be specified as an argument to cpuflags
    - Use both the previous to handle the gcc3 package
    - Add an 'unsupported' optimize_gcc.mk which... to quote its comments:
       "This file is 'experimental' - which is doublespeak for unspeakably
	ugly, and probably quite broken by design.
	The intention is to pass additional flags to gcc to further optimise
	generated code. It _will_ make it impossible to debug, may fail to
	compile some code, and even generate curdled binaries. It is completely
	unsupported. Any questions should be directed to <abs@netbsd.org>.
2003-05-29 11:45:50 +00:00
abs
f157c08992 Updated cpuflags to 0.31:
Use ?= instead of += to set COPTS, and include DEFCOPTS to not drop
    DEFCOPTS (usually -O2) from kernel compiles.
2002-08-05 13:17:11 +00:00
abs
f90c672552 Updated cpuflags to 0.29
Use MAKEFLAGS not .MAKEFLAGS so we can work on 1.5 and earlier.
	Fix alpha 21164A CPU parsing.
2002-07-19 09:31:05 +00:00
abs
1d20d36d94 Update cpuflags to 0.27
cpuflags.mk now sets CPU_FLAGS and CPU_DIR in .MAKEFLAGS to
    avoid having to call cpuflags in every sub-make. Reduces a
    'make clean' in /usr/src on a celeron 850 from 90 seconds to
    30 seconds.  What is impressive is that I managed to leave it
    that bad without being bricked...
2002-07-16 10:42:45 +00:00
abs
fd65f65333 Updated cpuflags to 0.24
If BSD_PKG_MK is not defined, only touch COPTS, not CFLAGS etc.
2002-06-27 20:49:02 +00:00
abs
cc8fc92d23 Updated cpuflags to 0.17
Update MAKE_FLAGS so we can affect imake using packages
2002-01-03 11:54:47 +00:00
abs
9f879c0ee1 Updated cpuflags to 0.15:
Determine the appropriate flags for the Alpha 433a I now have.
	(Insert appropriate grumble about there being no sysctl way to tell
	 the cputype on an Alpha)
2001-12-24 13:25:47 +00:00
abs
f73e6f4726 Update cpuflags to 0.6:
Introduce make fragment to be (optionally) included in mk.conf
    Document environment variables set in cpuflags.mk
    Ensure cpuflags.Linux works on gcc 2.7.x
2001-06-29 11:24:51 +00:00