diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 33b701df04..56ee0574eb 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -5,4 +5,11 @@ omit-deps += crt0 $(objpfx)crt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o $(link-relocatable) + +# compat for libc.so.0.2 only +# This is needed to be backward-compatible with glibc-2.0.x startup code +# that was miscompiled so that it jumps to 0 if there is a nonzero +# __gmon_start__ symbol, but works if there is none. +CFLAGS-initfini.s += -DWEAK_GMON_START + endif |