diff options
| -rw-r--r-- | test/Rules.mak | 2 | 
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  | 
