OSDN Git Service

- also filter out headers-y
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 23 Feb 2009 09:23:17 +0000 (09:23 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 23 Feb 2009 09:23:17 +0000 (09:23 -0000)
Rules.mak

index 4e909f2..fa6af53 100644 (file)
--- 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