svn commit: branches/uClibc-nptl

aldot at uclibc.org aldot at uclibc.org
Mon Feb 23 10:00:22 UTC 2009


Author: aldot
Date: 2009-02-23 10:00:22 +0000 (Mon, 23 Feb 2009)
New Revision: 25421

Log:
- also filter out headers-y


Modified:
   branches/uClibc-nptl/Rules.mak


Changeset:
Modified: branches/uClibc-nptl/Rules.mak
===================================================================
--- branches/uClibc-nptl/Rules.mak	2009-02-23 09:23:17 UTC (rev 25420)
+++ branches/uClibc-nptl/Rules.mak	2009-02-23 10:00:22 UTC (rev 25421)
@@ -567,7 +567,7 @@
 # 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



More information about the uClibc-cvs mailing list