about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-12-12 00:41:38 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-12-12 00:42:12 +0100
commit26803075e4e7c0468965ed0d037345288aae99de (patch)
tree84f3cd8bfe9a4cabd7374fd21f04f4511fec94be /sysdeps/mach/hurd
parentea5814467a02c9d2d7608b6445c5d60e2a81d3ee (diff)
downloadglibc-26803075e4e7c0468965ed0d037345288aae99de.tar.gz
glibc-26803075e4e7c0468965ed0d037345288aae99de.tar.xz
glibc-26803075e4e7c0468965ed0d037345288aae99de.zip
hurd: Fix gmon-static
We need to use crt0 for gmon-static too.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index 17bb643c18..393e92210b 100644
--- a/sysdeps/mach/hurd/Makefile
+++ b/sysdeps/mach/hurd/Makefile
@@ -186,7 +186,7 @@ ifeq ($(subdir),csu)
 extra-objs += static-start.o
 
 # We need special startup code for statically linked binaries.
-$(objpfx)crt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o
+$(objpfx)crt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o $(objpfx)static-reloc.o
 	$(link-relocatable)
 
 endif