1# We need special startup code for statically linked binaries.
2# See Makefile in this directory for the rule that builds this.
3# We must define this variable earlier than sysdeps Makefiles are included.
4static-start-installed-name = crt0.o
5
6# GNU libc on the Hurd is always reentrant.
7libc-reentrant = yes
8
9sysdep-ld-library-path = $(common-objpfx)/mach:$(common-objpfx)/hurd
10