diff options
Diffstat (limited to 'sysdeps/mach/hurd/i386')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 56ee0574eb..335324e957 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -1,3 +1,6 @@ +# We need special startup code for statically linked binaries. +static-start-installed-name = crt0.o + ifeq ($(subdir),csu) extra-objs += crt0.o install-lib += crt0.o |