X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Rules.mak;h=fa6af537ac059442c8d88889acde8903f0b4e0f3;hb=a31726d36b7670a214ef9f3661b1d02a671d798b;hp=4e909f211bfe98b8fc6a7c5728b917283b824743;hpb=17c7994988c08f229ee024467e0983f86461bd2b;p=uclinux-h8%2FuClibc.git 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