projects
/
kopensolaris-gnu
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
1998-09-05 Roland McGrath <roland@baalperazim.frob.com>
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
mach
/
hurd
/
i386
/
Makefile
1
ifeq ($(subdir),csu)
2
extra-objs += crt0.o
3
install-lib += crt0.o
4
omit-deps += crt0
5
6
$(objpfx)crt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o
7
$(link-relocatable)
8
endif