summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-23 09:23:17 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-23 09:23:17 +0000
commita31726d36b7670a214ef9f3661b1d02a671d798b (patch)
treeda37f93e64e73675f778483504444978c74aaaae /Rules.mak
parent17c7994988c08f229ee024467e0983f86461bd2b (diff)
- also filter out headers-y
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 4e909f211..fa6af537a 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -567,7 +567,7 @@ ifeq ($(LDSO_GNU_HASH_SUPPORT),y)
# Be sure that binutils support it
LDFLAGS_GNUHASH:=$(call check_ld,--hash-style=gnu)
ifeq ($(LDFLAGS_GNUHASH),)
-ifneq ($(filter-out install_headers,$(MAKECMDGOALS)),)
+ifneq ($(filter-out install_headers headers-y,$(MAKECMDGOALS)),)
$(error Your binutils don't support --hash-style option, while you want to use it)
endif
else