summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2012-02-07 16:02:48 +0100
committerCarmelo Amoroso <carmelo.amoroso@st.com>2012-02-07 16:06:55 +0100
commitcf068ce38bc17230fd60adb10b4cf70ead7e7cd0 (patch)
treeea755ecd5a522aa5c084967124bd03483b3bf51d /test
parent72215487c0f7d4311e8ebe831fa69a6fbdb22e70 (diff)
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 <carmelo.amoroso@st.com>
Diffstat (limited to 'test')
-rw-r--r--test/Rules.mak2
1 files changed, 1 insertions, 1 deletions
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