[PATCH] Remove CFLAGS for interp.c

Marcus Shawcroft marcus.shawcroft@gmail.com
Wed Oct 28 14:31:00 GMT 2015


On 2 March 2015 at 14:56, Andreas Schwab <schwab@suse.de> wrote:
>         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
>         variable name.
>
> diff --git a/elf/Makefile b/elf/Makefile
> index 20b1682..711beed 100644
> --- a/elf/Makefile
> +++ b/elf/Makefile
> @@ -362,7 +362,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h
>
>  $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @:
>  $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make
> -       $(name-target-directory)
> +       $(make-target-directory)
>         echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \
>                 > ${@:st=T}
>         $(move-if-change) ${@:st=T} ${@:st=h}

This fix was not  back ported to the 2.21 release branch, which
explains occasional build failures I've been seeing. The patch applies
cleanly, committed.

Cheers
/Marcus



More information about the Libc-alpha mailing list