[git commit] tests: fix tests build (LDFLAGS_GNUHASH not longer defined)

Carmelo Amoroso carmelo.amoroso at st.com
Tue Feb 7 15:06:55 UTC 2012


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

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 <carmelo.amoroso at st.com>
---
 test/Rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/Rules.mak b/test/Rules.mak
index 900ff44..b5eb20b 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
 
 


More information about the uClibc-cvs mailing list