patching file gmon/Makefile Hunk #1 FAILED at 50. Hunk #2 FAILED at 65. Hunk #3 FAILED at 73. 3 out of 3 hunks FAILED -- saving rejects to file gmon/Makefile.rej patching file sysdeps/mach/hurd/Makefile Hunk #1 FAILED at 186. 1 out of 1 hunk FAILED -- saving rejects to file sysdeps/mach/hurd/Makefile.rej Reject file gmon/Makefile.rej: --- gmon/Makefile +++ gmon/Makefile @@ -50,14 +50,14 @@ CFLAGS-mcount.c := -fno-omit-frame-pointer CFLAGS-tst-gmon.c := -fno-omit-frame-pointer -pg tst-gmon-no-pie = yes -CRT-tst-gmon := $(csu-objpfx)gcrt1.o +CRT-tst-gmon := $(csu-objpfx)g$(start-installed-name) tst-gmon-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon.data ifeq ($(run-built-tests),yes) tests-special += $(objpfx)tst-gmon-gprof.out endif CFLAGS-tst-gmon-static.c := $(PIE-ccflag) -fno-omit-frame-pointer -pg -CRT-tst-gmon-static := $(csu-objpfx)gcrt1.o +CRT-tst-gmon-static := $(csu-objpfx)g$(static-start-installed-name) tst-gmon-static-no-pie = yes tst-gmon-static-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon-static.data ifeq ($(run-built-tests),yes) @@ -65,7 +65,7 @@ tests-special += $(objpfx)tst-gmon-static-gprof.out endif CFLAGS-tst-gmon-pie.c := $(PIE-ccflag) -fno-omit-frame-pointer -pg -CRT-tst-gmon-pie := $(csu-objpfx)gcrt1.o +CRT-tst-gmon-pie := $(csu-objpfx)g$(start-installed-name) tst-gmon-pie-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon-pie.data ifeq ($(run-built-tests),yes) tests-special += $(objpfx)tst-gmon-pie-gprof.out @@ -73,7 +73,7 @@ endif ifeq (yes,$(enable-static-pie)) CFLAGS-tst-gmon-static-pie.c := $(PIE-ccflag) -fno-omit-frame-pointer -pg -CRT-tst-gmon-static-pie := $(csu-objpfx)grcrt1.o +CRT-tst-gmon-static-pie := $(csu-objpfx)gr$(static-start-installed-name) tst-gmon-static-pie-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon-static-pie.data ifeq ($(run-built-tests),yes) tests-special += $(objpfx)tst-gmon-static-pie-gprof.out Reject file sysdeps/mach/hurd/Makefile.rej: --- sysdeps/mach/hurd/Makefile +++ 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