diff options
author | midipix <writeonce@midipix.org> | 2020-07-14 11:45:42 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-07-14 15:07:48 +0100 |
commit | 81617b9f299be520d84e8897ed9480b9fc93daca (patch) | |
tree | 01db0df57b1e1fbc42e14b857fdef77d9647a76a /groups | |
parent | e77651efd132422259cb3a17c7d6d35042a791f3 (diff) | |
download | midipix_build-81617b9f299be520d84e8897ed9480b9fc93daca.tar.bz2 midipix_build-81617b9f299be520d84e8897ed9480b9fc93daca.tar.xz |
gcc_stage1_cross_mingw32: adding missing dependencies (gmp,mpc,mpfr).
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'groups')
-rw-r--r-- | groups/030.host_toolchain.group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groups/030.host_toolchain.group b/groups/030.host_toolchain.group index 31337a23..bcb68267 100644 --- a/groups/030.host_toolchain.group +++ b/groups/030.host_toolchain.group @@ -51,7 +51,7 @@ HOST_TOOLCHAIN_PREFIX="${PREFIX_CROSS}"; : ${PKG_GCC_RUNTIME_HOST_GITROOT:=${DEFAULT_GITROOT}}; : ${PKG_GCC_RUNTIME_HOST_NO_CLEAN_BASE_DIR:=1}; : ${PKG_GCC_RUNTIME_HOST_PREFIX:=${PREFIX}}; -: ${PKG_GCC_STAGE1_CROSS_MINGW32_DEPENDS:="binutils_host_mingw32"}; +: ${PKG_GCC_STAGE1_CROSS_MINGW32_DEPENDS:="binutils_host_mingw32 gmp_host mpc_host mpfr_host"}; : ${PKG_GCC_STAGE1_CROSS_MINGW32_VERSION:=4.6.4}; : ${PKG_GCC_STAGE1_CROSS_MINGW32_BASE_DIR:=${BUILD_WORKDIR}/gcc-host-x86_64-w64-mingw32}; : ${PKG_GCC_STAGE1_CROSS_MINGW32_CONFIGURE_ARGS:="--disable-nls --prefix=${PREFIX} --target=x86_64-w64-mingw32"}; |