1 # We need special startup code for statically linked binaries.
2 static-start-installed-name = crt0.o
9 $(objpfx)crt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o
12 # compat for libc.so.0.2 only
13 # This is needed to be backward-compatible with glibc-2.0.x startup code
14 # that was miscompiled so that it jumps to 0 if there is a nonzero
15 # __gmon_start__ symbol, but works if there is none.
16 CFLAGS-initfini.s += -DWEAK_GMON_START