svn commit: branches/uClibc_0_9_30

aldot at uclibc.org aldot at uclibc.org
Mon Feb 23 09:22:37 UTC 2009


Author: aldot
Date: 2009-02-23 09:22:36 +0000 (Mon, 23 Feb 2009)
New Revision: 25419

Log:
- also filter out headers-y


Modified:
   branches/uClibc_0_9_30/Rules.mak


Changeset:
Modified: branches/uClibc_0_9_30/Rules.mak
===================================================================
--- branches/uClibc_0_9_30/Rules.mak	2009-02-23 08:38:23 UTC (rev 25418)
+++ branches/uClibc_0_9_30/Rules.mak	2009-02-23 09:22:36 UTC (rev 25419)
@@ -537,7 +537,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