summaryrefslogtreecommitdiff
path: root/devel/cpuflags
AgeCommit message (Collapse)AuthorFilesLines
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...
2003-07-09Update cpuflags to 0.53:abs2-13/+5
Revert changes in 0.52
2003-07-08Update cpuflags to 0.52:abs2-5/+13
On i386 try to S/-fomit-frame-pointer/-momit-leaf-frame-pointer/ for package with problems with -fomit-frame-pointer
2003-06-17Update cpuflags to 0.51:abs2-4/+4
Add galeon to PKG_EXCLUDE_OMIT_FRAME_POINTER in optimize_gcc.mk This is necessary but not sufficient to build galeon with gcc3
2003-06-16Update cpuflags to 0.50:abs2-5/+5
mozilla and phoenix still need PKG_EXCLUDE_OMIT_FRAME_POINTER with gcc3.3. (galeon has its own set of issues with this file - still looking into)
2003-06-11Update cpuflags to 0.49:abs2-6/+4
With fredb's changes to make gcc3 use binutils 2.13.2.1, the problems with -O3 are resolved
2003-06-08Update cpuflags to 0.48:abs2-4/+4
Add mozilla and pango to the list of packages for which -frename-registers triggers bug in the binutils shipped with 1.6.x (Thanks to Frederick Bruckman for identifying the issue)
2003-06-08Update cpuflags to 0.47:abs3-12/+15
Treat AMD Duron as Athlon Replace PKG_EXCLUDE_O3 with PKG_EXCLUDE_RENAME_REGISTERS as its specifically the -frename-registers that causes problems. Set for ORBit
2003-06-06Update cpuflags to 0.46:abs2-3/+4
Fix non gcc3 case for -O3 optimisation
2003-06-06Update cpuflags to 0.45:abs4-13/+28
- 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-03Sort.salo1-2/+2
2003-06-03Version 0.44.salo2-3/+4
Convert -march=athlon for older gccs to -march=pentiumpro. Addresses PR pkg/21766 by Marc Recht. XXX: the conversion mechanism is suboptimal, it can't handle recursive conversions.
2003-06-03Version 0.43:salo2-11/+10
- match more Athlons XXX: This really should be more fine-grained. - whitespace
2003-05-29Update cpuflags to 0.42:abs6-12/+121
- 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-22Add a .Pp to slightly cleanup formattingabs1-1/+2
2003-05-12Update to 0.41:abs2-4/+4
Fix mdoc usage in manpage - from Toru TAKAMIZU in PR pkg/21542
2003-04-22Match 21064A-0 - from Mark Daviesabs2-4/+4
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-01-29Update cpuflags to 0.39.abs2-3/+4
Primarily to reassure Al that I'm still here, and only incidently to handle the 7400 in Martin J. Laubach's AGP G4/400 Mac
2002-12-23Update cpuflags to 0.38:abs2-13/+15
Adapt for sparc hw.model changes in -current
2002-11-02Update cpuflags to 0.37abs2-7/+7
Recognise more alpha CPU variants - from Christopher SEKIYA
2002-10-21Update cpuflags to 0.36:abs2-4/+5
Recognise 21164-0 (As seen in Digital AlphaStation 600 5/333)
2002-10-17Update cpuflags to 0.35, the "Where did my job go" releaseabs3-6/+14
Add entry for 7450 (tibook 550 combo), and mention -pipe (to speed up compilation) in manpage.
2002-09-25Update cpuflags to 0.34, the "How big is agc's mail quota" release:abs2-3/+23
Add in a reasonable set of mips cpus.
2002-09-16Updated cpuflags to 0.33abs2-3/+4
Add entry for alpha 21264B
2002-09-04Updated cpuflags to 0.32 (the 'no more chocolate for you' release)abs2-5/+5
Handle AXPpci33, from Bert Kiers
2002-08-05Updated cpuflags to 0.31:abs2-4/+5
Use ?= instead of += to set COPTS, and include DEFCOPTS to not drop DEFCOPTS (usually -O2) from kernel compiles.
2002-07-30Update cpuflags to 0.30:abs2-5/+5
Add 'DEC 3000 - M300' (21064-1) entry from Paul Mather
2002-07-19Updated cpuflags to 0.29abs3-19/+12
Use MAKEFLAGS not .MAKEFLAGS so we can work on 1.5 and earlier. Fix alpha 21164A CPU parsing.
2002-07-17Updated cpuflags to 0.28abs2-14/+14
Correctly fix amiga CPU parsing. Fix from Tim Preston.
2002-07-16Update cpuflags to 0.27abs3-20/+16
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-15Updated cpuflags to 0.26abs3-24/+28
Fix cpu parsing code for amiga (From Tim Preston), plus handle 21066 in alpha.
2002-07-13Bump to 0.25: Use nawk instead of awk on Solaris. Closes pkg/17587.wiz2-5/+5
2002-06-27Updated cpuflags to 0.24abs2-8/+19
If BSD_PKG_MK is not defined, only touch COPTS, not CFLAGS etc.
2002-06-21Updated cpuflags to 0.23abs2-3/+46
Initial version of SunOS (Solaris)
2002-04-11Update cpuflags to 0.22abs2-4/+4
Handle the post 1.5 'arm32' -> 'arm' cleanup
2002-03-27Updated cpuflags to 0.21 - add powerpc values from Jon Buller plus someabs2-66/+86
other friendly people on port-macppc. While I'm here rework to check hw.machine_arch first and then hw.model, so we cna handle overlapping model matches between hw.machine_arch. We've not hit any yet, but this is the right thing to do :)
2002-03-14Updated cpuflags to 0.20abs2-10/+11
Add entry for ross 100/125 CPU in sparc20 From 'Christophe Kalt' and 'god'.
2002-03-11Updated cpuflags to 0.19abs2-4/+9
Handle Apple Macintosh LC III, and potentially many other m68k machines. (Thanks to Sean)
2002-01-28Update cpuflags to 0.18 - recognise sparc classic, from Reinoudabs2-5/+6
2002-01-03Updated cpuflags to 0.17abs3-10/+15
Update MAKE_FLAGS so we can affect imake using packages
2002-01-01Updated cpuflags to 0.16abs2-3/+4
-mcpu=cypress for my little ELC
2001-12-24Updated cpuflags to 0.15:abs4-22/+36
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-03Update cpuflags to 0.13 - try to handle cross compiling gracefully.abs2-6/+11
if $MACHINE is set, and it does not match sysctl hw.machine, return blank
2001-12-03Miscellaneous man page fixes.wiz1-6/+5
2001-11-27Update devel/cpuflags to 0.12abs3-10/+13
For unknown machine types, suggest people feed details back