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
/
lib
/
csu
/
Makefile
Age
Commit message (
Expand
)
Author
2014-08-10
MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU
matt
2014-04-22
Retire USE_COMPILERCRTSTUFF=yes.
joerg
2013-09-10
Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH for
matt
2013-04-28
Make all earm variants use earm.
matt
2012-06-16
Unbreak compat.
joerg
2012-06-16
Allow USE_COMPILERCRTSTUFF=yes for platforms that use MACHINE_CPU !=
joerg
2011-01-31
use of .PARSEDIR just doesn't work with .OBJDIR, replace with .CURDIR
drochner
2010-11-28
Centralise USE_COMPILERCRTSTUFF.
skrll
2010-08-07
Switch i386 and x86_64 to the new CRT layout. The crt0.c body is shared
joerg
2010-07-05
delete all the a.out csu code.
mrg
2009-12-13
look for ${CSU_MACHINE_ARCH}_elf directory first.
mrg
2002-05-02
${MACHINE_ARCH} != "arm32" is always true now, so remove it from an if.
wiz
2001-01-10
- Fix typo
enami
2001-01-08
use MACIHNE_CPU to determine architecture-dependent source code directory.
itojun
2001-01-04
sh3 split
itojun
1999-07-02
More trailing white space.
simonb
1999-03-19
Oops, revert previous; thinko.
thorpej
1999-03-19
Go ahead and built c++rt0.o on all non-ELF platforms (i.e. including arm32;
thorpej
1999-03-16
Don't build c++rt.o if ELF.
thorpej
1999-02-27
This needs to use C///, not S///.
tv
1999-02-27
Clean up mipse[bl]->mips substitution.
tv
1999-02-24
make this build again after the mips->mipse? transition
drochner
1999-02-03
If object_fmt == elf and we have machine_elf, build that one.
christos
1999-01-21
Do not build on arm32 by default.
mycroft
1998-03-28
GC alpha's ECOFF_TOOLCHAIN make variable, and related bits. Nobody
cgd
1997-04-16
NetBSD/powerpc doesn't use the "generic" c++rt0.o
thorpej
1997-02-23
Someone forgot a line continuation character
explorer
1997-02-23
turn Alpha's ELF_TOOLCHAIN checks to ECOFF_TOOLCHAIN checks
cgd
1996-10-18
RCS id police.
thorpej
1996-10-08
add a hack so that old- and new-toolchain alphas do the right thing:
cgd
1994-01-10
c++ not g++
deraadt
1994-01-05
Subdirectory g++ contains C++ shared library helper routines.
pk
1993-12-04
use MACHINE_ARCH to pick which crt0 to use.
cgd
1993-05-18
oops; last time i moved stuff, was to the wrong place...
cgd
1993-05-18
move csu.${MACHINE} into a "csu" subdirectory.
cgd