blob: fe3b7c553eb3b95a9c5d8071f2b4968aef58c583 (
plain) (
blame)
1
2
3
4
5
6
7
|
# We need special startup code for statically linked binaries.
# See Makefile in this directory for the rule that builds this.
# We must define this variable earlier than sysdeps Makefiles are included.
static-start-installed-name = crt0.o
# GNU libc on the Hurd is always reentrant.
libc-reentrant = yes
|