glibc/csu
Samuel Thibault edd4cbcf83 Fix gcrt0.o compilation
When static-start-installed-name is different from
start-installed-name, we must not use the shared objects.

* csu/Makefile
(extra-objs): Add gmon-start.o when building shared library and
$(static-start-installed-name) is different from
$(start-installed-name).
$(objpfx)g$(static-start-installed-name): When building shared
library and $(static-start-installed-name) is different from
$(static-start-installed-name), revert to non-shared rule,
i.e. using $(objpfx)% and gmon-start.o.
2015-08-07 01:38:39 +02:00
..
abi-note.S
check_fds.c
dso_handle.c
elf-init.c
errno-loc.c
errno.c
gmon-start.c
init-first.c
init.c
libc-start.c
libc-tls.c
Makefile
start.c
sysdep.c
tst-atomic-long.c
tst-atomic.c
tst-empty.c
version.c
Versions