diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-23 09:23:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-23 09:23:17 +0000 |
commit | a31726d36b7670a214ef9f3661b1d02a671d798b (patch) | |
tree | da37f93e64e73675f778483504444978c74aaaae /Rules.mak | |
parent | 17c7994988c08f229ee024467e0983f86461bd2b (diff) |
- also filter out headers-y
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |