diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-02 00:59:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-02 00:59:38 +0200 |
commit | 644b7f27696de6fbbba53019f08ac534fd5ad37b (patch) | |
tree | f8438f69a2a6c83127b39e7d4311b6582bb1c298 /package/eglibc | |
parent | a6f3e55ba6d92b1e9be6c91cc020bbaddb9e98a7 (diff) |
fix compile of gcc package, host cppflags should be not target cppflags
Diffstat (limited to 'package/eglibc')
-rw-r--r-- | package/eglibc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 {} \; |