From 644b7f27696de6fbbba53019f08ac534fd5ad37b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 2 Aug 2010 00:59:38 +0200 Subject: fix compile of gcc package, host cppflags should be not target cppflags --- package/eglibc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/eglibc') diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile index 4b737e303..e70d9a790 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -89,6 +89,7 @@ eglibc-dev-install: $(MAKE) -C $(WRKBUILD) \ install-headers install-bootstrap-headers=yes @find $(IDIR_EGLIBC_DEV) -name .install -exec rm {} \; + @find $(IDIR_EGLIBC_DEV) -name ..install.cmd -exec rm {} \; # conflicts with libiconv find $(IDIR_EGLIBC_DEV) -name iconv.h -exec rm {} \; -- cgit v1.2.3