This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove CFLAGS for interp.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]