diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 20:53:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 20:53:43 +0100 |
commit | a504b3f95d8751e32d44fc68c29c99fdc2d707a1 (patch) | |
tree | 906f13482f2af9c658182c452957a8527c59192b /package/ncurses/Makefile | |
parent | 977956e6dbde952f72031c5c2035c9d9685cee88 (diff) |
entirely drop HOSTCC stuff
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r-- | package/ncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 12259ddba..20f37ecac 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -27,7 +27,7 @@ $(eval $(call PKG_template,LIBNCURSES_DEV,libncurses-dev,${PKG_VERSION}-${PKG_RE CONFIGURE_ENV+= ac_cv_linux_vers=2 CONFIGURE_ARGS+= --without-cxx \ --without-cxx-binding \ - --with-build-cc=${HOSTCC} \ + --with-build-cc=${CC_FOR_BUILD} \ --without-progs \ --with-fallbacks \ --disable-termcap \ |