summaryrefslogtreecommitdiff
path: root/package/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-03 15:47:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-03 15:47:02 +0200
commit85fcbf5820f4efccf5d3c6b0428a998dfd8ac404 (patch)
tree0143d6b9e15eb551ab7da74fd63038aa4f6b0cf8 /package/glibc
parent4d875652916825143d98873a88df0437f73858aa (diff)
fix more users of
Diffstat (limited to 'package/glibc')
-rw-r--r--package/glibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile
index ff7e1277d..206e3f9ed 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -71,7 +71,7 @@ endif
done
# header package
$(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/w-linux-$(KERNEL_VERSION)-$(KERNEL_RELEASE)/linux-$(KERNEL_VERSION) \
- HOSTCC=$(CC_FOR_BUILD) ARCH=$(ARCH) V=1 \
+ HOSTCC=$(CC_FOR_BUILD) ARCH=$(ADK_TARGET_ARCH) V=1 \
INSTALL_HDR_PATH=$(IDIR_GLIBC_DEV)/usr \
headers_install
(cd $(WRKBUILD); \