summaryrefslogtreecommitdiff
path: root/package/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-25 20:53:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-25 20:53:43 +0100
commita504b3f95d8751e32d44fc68c29c99fdc2d707a1 (patch)
tree906f13482f2af9c658182c452957a8527c59192b /package/glibc
parent977956e6dbde952f72031c5c2035c9d9685cee88 (diff)
entirely drop HOSTCC stuff
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 7733cf7ca..43321ad22 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -62,7 +62,7 @@ glibc-dev-install:
done
# header package
$(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/w-linux-$(KERNEL_VERSION)-$(KERNEL_RELEASE)/linux-$(KERNEL_VERSION) \
- HOSTCC=$(HOSTCC) ARCH=$(ARCH) V=1 \
+ HOSTCC=$(CC_FOR_BUILD) ARCH=$(ARCH) V=1 \
INSTALL_HDR_PATH=$(IDIR_GLIBC_DEV)/usr \
headers_install
(cd $(WRKBUILD); \