summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-25 22:53:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-25 22:53:55 +0100
commit83687368fdcf0004e377584b3b3e73d4f991e27e (patch)
tree99524ccbb3b3bbd58f52d512fa547d75fc42af28 /toolchain/eglibc
parent2350ebe334d58c5236d05fb6adf7150fc0d32d7b (diff)
more HOSTCC elimination
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index a72141f5a..690261324 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -25,7 +25,7 @@ EGLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
--enable-add-ons
EGLIBC_ENV:= PATH='${TARGET_PATH}' \
- BUILD_CC=${HOSTCC} \
+ BUILD_CC=${CC_FOR_BUILD} \
CFLAGS="$(TARGET_CFLAGS)" \
CC=${REAL_GNU_TARGET_NAME}-gcc \
CXX=${REAL_GNU_TARGET_NAME}-g++ \