Pārlūkot izejas kodu

- also filter out headers-y

Bernhard Reutner-Fischer 15 gadi atpakaļ
vecāks
revīzija
a31726d36b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Rules.mak

+ 1 - 1
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