From 6630516b0a000e0ac9769eceda72881f788b23b0 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 7 Nov 2007 15:14:50 +0000 Subject: Added support for GNU hash style into dynamic linker --- test/Rules.mak | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/Rules.mak') diff --git a/test/Rules.mak b/test/Rules.mak index ac210a72e..ce639778a 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -107,6 +107,11 @@ ifeq ($(findstring -static,$(LDFLAGS)),) LDFLAGS += -Wl,--dynamic-linker,$(UCLIBC_LDSO_ABSPATH)/$(UCLIBC_LDSO) endif +ifeq ($(LDSO_GNU_HASH_SUPPORT),y) +# Check for binutils support is done on root Rules.mak +LDFLAGS += -Wl,${LDFLAGS_GNUHASH} +endif + # Filter output MAKEFLAGS += --no-print-directory -- cgit v1.2.3