summaryrefslogtreecommitdiff
path: root/devel/cpuflags
AgeCommit message (Collapse)AuthorFilesLines
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
2001-11-27Update devel/cpuflags to 0.11abs3-46/+45
Allow -march=k6 for gcc 2.95 and later, cleanup fallback for older gcc
2001-11-27clean up some comments - no code changeabs1-4/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-09-16Updated cpuflags to 0.10:abs2-4/+13
There are no vax specific gcc optimisation flags (mores the pity).
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-27Updated cpuflags to 0.9:abs2-14/+23
Update SA-110 in Risc PC with problem memory bus switch: - Pickup post 1.5 cats, dnard, hpcarm, or netwinder as OK. - If in 1.5 check for footbridge0 or ofw0 as OK. Thanks to Chris Gilbert for details.
2001-08-10Update cpuflags to 0.8abs2-4/+8
Make sysctl usage work under NetBSD 1.3 again
2001-07-02Update cpuflags to 0.7 - use explicit /sbin path to sysctl.abs2-4/+4
From Douglas Brebner
2001-06-29Update cpuflags to 0.6:abs6-18/+86
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-28Updated cpuflags to 0.5abs2-58/+54
Use -mcpu=v9 for ultrasparc, not -mcpu=ultrasparc, add an entry for sparc2, and add an entry for a sparc2 (cypress)
2001-06-26Recognise ultrasparcsabs2-3/+4
2001-06-07Update cpuflags to 0.3abs2-7/+12
Correctly distinguish a dnard from a strongarm based risc-pc, and fall back to the safer risc-pc flags in case of doubt.
2001-06-07Update cpuflags to 0.2 - handle arm6, arm7 & strongarm in riscpc and dnardabs4-8/+12
2001-06-07Re-import cpuflags under develabs6-0/+144