diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 21:00:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 21:00:05 +0200 |
commit | 1edb2f7e5ce8863fb31928cee76da95d55b93b2a (patch) | |
tree | f37f86c2a0dda771cf2ca968aac2e44c7dc8036f /package/ncurses/Makefile | |
parent | 9dc569f14f8d08775c1cf610e4a33667d0a9bf11 (diff) |
use HOST_CC
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r-- | package/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index b2294df63..084e2b283 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -29,7 +29,7 @@ $(eval $(call PKG_template,LIBNCURSES,libncurses,${PKG_VERSION}-${PKG_RELEASE},$ CONFIGURE_ENV+= ac_cv_linux_vers=2 CONFIGURE_ARGS+= --without-cxx \ --without-cxx-binding \ - --with-build-cc=${CC_FOR_BUILD} \ + --with-build-cc=${HOST_CC} \ --without-progs \ --disable-termcap \ --enable-symlinks \ @@ -58,7 +58,7 @@ INSTALL_TARGET:= install.libs install.data HOST_ALL_TARGET:= progs HOST_INSTALL_TARGET:= install.includes install.progs HOST_CONFIGURE_ARGS+= --without-shared \ - --with-build-cc=${CC_FOR_BUILD} \ + --with-build-cc=${HOST_CC} \ --with-progs \ --with-ticlib \ --disable-tic-depends \ |