From d330b980e9ee2349492087a279a9c7bf294f6b47 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 16 Sep 2014 22:20:45 +0530 Subject: 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 --- elf/interp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf/interp.c') diff --git a/elf/interp.c b/elf/interp.c index 49c92f5..a2492bf 100644 --- a/elf/interp.c +++ b/elf/interp.c @@ -16,5 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include + const char __invoke_dynamic_linker__[] __attribute__ ((section (".interp"))) = RUNTIME_LINKER; -- cgit v1.1