index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sh3
/
conf
/
Makefile.sh3
Age
Commit message (
Expand
)
Author
2018-09-22
- Determine KERN_AS automatically depending on whether OPT_MODULAR is
rin
2013-03-10
Explicitly set KERN_AS (this could be done in /usr/src/sys/conf/Makefile.*)
christos
2011-01-21
Switch remaining platforms to modern CPP for assembler.
joerg
2008-05-06
Default COPTS to "-Os -freorder-blocks" which is ~= -O2 but without
uwe
2008-03-01
Missing assym.h dependencies.
joerg
2007-03-28
G/c ancient workaround that has been commented out for ages.
uwe
2006-09-02
There's no reason to use -Wno-parentheses.
uwe
2006-03-17
Stop using linker scripts on all sh3 ports.
uebayasi
2005-12-11
merge ktrace-lwp.
christos
2005-05-31
s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.
christos
2004-06-04
Add the %MAKEOPTIONSAPPEND token at the end of the file, after the
thorpej
2002-03-17
cosmetic changes, fix comments.
uch
2002-02-24
Move common exception vector and scheduler code to
uch
2001-12-09
Roll the rest of the ports over to the new MI kernel build machinery.
atatat
2001-11-20
cleanup:
lukem
2001-10-26
Change defaults for kernel compiles. Default all to USETOOLS?=no and have
jmc
2001-10-23
Use MACHINE, not TARGET_MACHINE.
thorpej
2001-05-29
define _KERNEL_OPT as well as _KERNEL. we will use this in the future to
mrg
2001-03-24
Use ${THISSH3} instead of ../.. ; not everyone builds in ../compile/FOO
matt
2001-01-22
-Dsh3 --> -D${TARGET_MACHINE}.
tsubai
2001-01-04
use -O1 for now, -O2 dies
itojun
2001-01-03
share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures.
itojun
2000-12-17
delete obsolete comment
jdolecek
2000-05-09
Add "install" target, so "make install" after building the kernel
hubertf
2000-05-09
HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also,
thorpej
2000-02-01
Revert STRIPPROG -> STRIP
tsutsui
2000-01-24
Add "dependall" target for comfort.
tron
2000-01-19
STRIP -> STRIPPROG
tsutsui
1999-09-13
Merge in NetBSD/sh3 from cvs.kame.net repository.
itojun