svn commit: trunk/uClibc

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


Author: aldot
Date: 2009-02-23 09:23:17 +0000 (Mon, 23 Feb 2009)
New Revision: 25420

Log:
- also filter out headers-y


Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2009-02-23 09:22:36 UTC (rev 25419)
+++ trunk/uClibc/Rules.mak	2009-02-23 09:23:17 UTC (rev 25420)
@@ -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