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
/
common
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2014-03-04
Add GENASSYM_CPPFLAGS in two more places.
joerg
2014-01-11
Using ${LD} -x screws up BE arm. Use ${OBJCOPY} ${OBJCOPYLIBFLAGS} instead
matt
2013-11-17
Simplify previous by using CSU_MACHINE_ARCH. Hint from Takeshi Nakayama.
martin
2013-11-16
We do not want to build the code model markes when creating the 32bit
martin
2013-11-14
On sparc64: create additional "marker" object files, that can be used by the
martin
2013-11-11
Explicitly depend on sys/param.h to pick up __NetBSD_Version changes.
joerg
2013-09-18
Fix previous: use PICFLAGS for crtbeginS.o
uwe
2013-09-12
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
joerg
2013-09-10
Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH for
matt
2013-08-05
Alpha needs crtfm.o for USE_COMPILERCRTSTUFF=no
matt
2013-07-18
Only supplie -fPIE to crtbegin.c if MKPIC is yes.
matt
2013-07-17
Use -fPIE for crtbegin.o (instead of -fpie).
martin
2013-07-05
Only install crtbeginS.o, crtbeginT.o and crtendS.o when MKPIC=yes.
joerg
2013-06-27
Switch arm, earm, powerpc to use crtbegin.c
matt
2013-06-27
Add -fPIC to compile of crtbeginS.o
matt
2013-06-25
Reorder to avoid !exists
matt
2013-06-22
Add a common crtbegin.c file and use a machine dependent crtbegin.h to
matt
2013-06-22
Allow crtbegin to be a C file.
matt
2012-03-25
Don't pass assembler flags to genassym, it doesn't compile.
joerg
2012-01-31
Move crt0.S in front of crt0-common.c when building crt0.o and gcrt0.o.
uwe
2012-01-31
Hmm, funny. I wonder why and how did emacs VC managed to add
uwe
2012-01-31
Use -DPIC to compile crtbeginS.o since that's what <machine/asm.h>
uwe
2011-01-31
use of .PARSEDIR just doesn't work with .OBJDIR, replace with .CURDIR
drochner
2010-12-07
Build assembler sources with assembler compile rules.
joerg
2010-08-07
Switch i386 and x86_64 to the new CRT layout. The crt0.c body is shared
joerg