diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-13 10:03:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-13 10:03:11 +0000 |
commit | af09bfb5b5de7b7a1472f4e17cf53bd355315bf0 (patch) | |
tree | dac7e4cbcd8ee4867284903a891858439a5c2bb6 /sysdeps | |
parent | 901c1112e9687278babfd77a9e06660823c4a097 (diff) | |
download | glibc-af09bfb5b5de7b7a1472f4e17cf53bd355315bf0.tar.gz glibc-af09bfb5b5de7b7a1472f4e17cf53bd355315bf0.tar.xz glibc-af09bfb5b5de7b7a1472f4e17cf53bd355315bf0.zip |
* Makeconfig (static-start-installed-name): Set to
$(start-installed-name) if not defined. (+link-static): Use $(static-start-installed-name) instead of $(start-installed-name). * sysdeps/mach/hurd/i386/Makefile (static-start-installed-name): Set to crt0.o. 1999-06-12 Mark Kettenis <kettenis@gnu.org>
Diffstat (limited to 'sysdeps')
-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 |