From f4fe313d5084ec49e50f3b6379d44f63179ce835 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 25 Feb 2013 09:41:25 +0000 Subject: buildsys: Add missing $(SYMBOL_PREFIX) to symbol names Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 739fb3bea..367daa5a1 100644 --- a/Makerules +++ b/Makerules @@ -304,7 +304,7 @@ define create-lds -Wl,-z,relro -Wl,--hash-style=gnu -Wl,-z,defs \ -Wl,--verbose 2>&1 | LC_ALL=C \ sed -e '/^=========/,/^=========/!d;/^=========/d' \ - -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' > $@.lds + -e 's/\. = .* + SIZEOF_HEADERS;/& $(SYMBOL_PREFIX)_begin = . - SIZEOF_HEADERS;/' > $@.lds endef define link.so -- cgit v1.2.3