]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/Makefile
Remove CFLAGS for interp.c
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 16 Sep 2014 16:50:45 +0000 (22:20 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 16 Sep 2014 16:50:45 +0000 (22:20 +0530)
commitd330b980e9ee2349492087a279a9c7bf294f6b47
treeeb1abe30122a1f47f9968b7e576e6a822884570d
parent02657da2cf4457804ed938ee08b8316249126444
Remove CFLAGS for interp.c

Replace it with including an auto-generated linker-runtime.h.
Build-tested on x86_64 and found that there was no change in the
generated code.

* elf/Makefile (CFLAGS-interp.c): Remove.
($(elf-objpfx)runtime-linker.h): Generate header with linker
path string.
* elf/interp.c: Include generated runtime-linker.h
ChangeLog
elf/Makefile
elf/interp.c