Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix mdoc usage in manpage - from Toru TAKAMIZU in PR pkg/21542
|
|
|
|
|
|
|
|
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
|
|
Adapt for sparc hw.model changes in -current
|
|
Recognise more alpha CPU variants - from Christopher SEKIYA
|
|
Recognise 21164-0 (As seen in Digital AlphaStation 600 5/333)
|
|
Add entry for 7450 (tibook 550 combo), and mention -pipe (to speed
up compilation) in manpage.
|
|
Add in a reasonable set of mips cpus.
|
|
Add entry for alpha 21264B
|
|
Handle AXPpci33, from Bert Kiers
|
|
Use ?= instead of += to set COPTS, and include DEFCOPTS to not drop
DEFCOPTS (usually -O2) from kernel compiles.
|
|
Add 'DEC 3000 - M300' (21064-1) entry from Paul Mather
|
|
Use MAKEFLAGS not .MAKEFLAGS so we can work on 1.5 and earlier.
Fix alpha 21164A CPU parsing.
|
|
Correctly fix amiga CPU parsing. Fix from Tim Preston.
|
|
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...
|
|
Fix cpu parsing code for amiga (From Tim Preston), plus handle 21066
in alpha.
|
|
|
|
If BSD_PKG_MK is not defined, only touch COPTS, not CFLAGS etc.
|
|
Initial version of SunOS (Solaris)
|
|
Handle the post 1.5 'arm32' -> 'arm' cleanup
|
|
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 :)
|
|
Add entry for ross 100/125 CPU in sparc20
From 'Christophe Kalt' and 'god'.
|
|
Handle Apple Macintosh LC III, and potentially many other m68k machines.
(Thanks to Sean)
|
|
|
|
Update MAKE_FLAGS so we can affect imake using packages
|
|
-mcpu=cypress for my little ELC
|
|
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)
|
|
if $MACHINE is set, and it does not match sysctl hw.machine, return blank
|
|
|
|
For unknown machine types, suggest people feed details back
|
|
Allow -march=k6 for gcc 2.95 and later, cleanup fallback for older gcc
|
|
|
|
|
|
There are no vax specific gcc optimisation flags (mores the pity).
|
|
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
|
|
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.
|
|
Make sysctl usage work under NetBSD 1.3 again
|
|
From Douglas Brebner
|
|
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
|
|
Use -mcpu=v9 for ultrasparc, not -mcpu=ultrasparc, add an entry for sparc2,
and add an entry for a sparc2 (cypress)
|
|
|
|
Correctly distinguish a dnard from a strongarm based risc-pc,
and fall back to the safer risc-pc flags in case of doubt.
|
|
|
|
|