[git commit] buildsys: use SED for create-lds

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Aug 29 18:53:04 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=61ae023e5bb93f05b2b30b31f299efc64bcd420e
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makerules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makerules b/Makerules
index 5030205..520b47d 100644
--- a/Makerules
+++ b/Makerules
@@ -303,7 +303,7 @@ define create-lds
 	$(Q)$(CC) -nostdlib -nostartfiles -shared -Wl,-z,combreloc \
 	-Wl,-z,relro -Wl,--hash-style=gnu -Wl,-z,defs \
 	-Wl,--verbose 2>&1 | LC_ALL=C \
-	sed -e '/^=========/,/^=========/!d;/^=========/d' \
+	$(SED) -e '/^=========/,/^=========/!d;/^=========/d' \
 	-e 's/\. = .* + SIZEOF_HEADERS;/& $(SYMBOL_PREFIX)_begin = . - SIZEOF_HEADERS;/' > $@.lds
 endef
 


More information about the uClibc-cvs mailing list