summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-23 10:00:22 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-23 10:00:22 +0000
commit15b0da188592f54eb94d2795c9261c2529db10c9 (patch)
tree670f9e4c0da473ad6c2e7fb410ddca4764089d9d
parent1898b041bec7a99b0e9c5ddfa127c0c2e272e1e2 (diff)
downloaduClibc-alpine-15b0da188592f54eb94d2795c9261c2529db10c9.tar.bz2
uClibc-alpine-15b0da188592f54eb94d2795c9261c2529db10c9.tar.xz
- also filter out headers-y
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index e22f995a1..6cb372331 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