From cf068ce38bc17230fd60adb10b4cf70ead7e7cd0 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 7 Feb 2012 16:02:48 +0100 Subject: tests: fix tests build (LDFLAGS_GNUHASH not longer defined) Since commit a899b909, variable LDFLAGS_GNUHASH has been replaced by CFLAG_-Wl--hash-style=gnu. This change has not been reported to the tests buildsys. Signed-off-by: Carmelo Amoroso --- test/Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Rules.mak b/test/Rules.mak index 900ff440f..b5eb20b10 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -94,7 +94,7 @@ endif ifeq ($(LDSO_GNU_HASH_SUPPORT),y) # Check for binutils support is done on root Rules.mak -LDFLAGS += -Wl,${LDFLAGS_GNUHASH} +LDFLAGS += $(CFLAG_-Wl--hash-style=gnu) endif -- cgit v1.2.3