--- Makeconfig.orig 2006-10-10 18:57:23.000000000 +0200 +++ Makeconfig.orig 2006-10-10 19:01:37.000000000 +0200 @@ -398,7 +398,7 @@ # On systems that do not need a special startfile for statically linked # binaries, simply set it to the normal name. ifndef static-start-installed-name -static-start-installed-name = $(start-installed-name) +static-start-installed-name = S$(start-installed-name) endif ifeq (yesyesyes,$(build-shared)$(elf)$(have-z-combreloc)) @@ -528,8 +528,8 @@ ifeq ($(elf),yes) +preinit = $(addprefix $(csu-objpfx),crti.o) +postinit = $(addprefix $(csu-objpfx),crtn.o) -+prector = `$(CC) --print-file-name=crtbegin.o` -+postctor = `$(CC) --print-file-name=crtend.o` ++prector = `$(CC) --print-file-name=crtbeginS.o` ++postctor = `$(CC) --print-file-name=crtendS.o` +interp = $(addprefix $(elf-objpfx),interp.os) endif csu-objpfx = $(common-objpfx)csu/