summaryrefslogtreecommitdiffhomepage
path: root/groups/030.host_toolchain.group
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-07 16:21:53 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-07 16:21:53 +0100
commitb3f690c18cd2bd8b2bb3a3fd29ba6e2f64da966a (patch)
tree8363d901da60e39caa277258ceb15102a9b65699 /groups/030.host_toolchain.group
parent639e93e29aa9d161d191c9f1a813847804876161 (diff)
downloadmidipix_build-b3f690c18cd2bd8b2bb3a3fd29ba6e2f64da966a.tar.bz2
midipix_build-b3f690c18cd2bd8b2bb3a3fd29ba6e2f64da966a.tar.xz
groups/{010.host_deps,030.host_toolchain}.group: moves binutils_build due to sbsigntools_host.
Diffstat (limited to 'groups/030.host_toolchain.group')
-rw-r--r--groups/030.host_toolchain.group14
1 files changed, 4 insertions, 10 deletions
diff --git a/groups/030.host_toolchain.group b/groups/030.host_toolchain.group
index b7aa6501..c65210c9 100644
--- a/groups/030.host_toolchain.group
+++ b/groups/030.host_toolchain.group
@@ -6,17 +6,11 @@ HOST_TOOLCHAIN_CONFIGURE_ARGS="--disable-nls --prefix= --target=${DEFAULT_TARGET
HOST_TOOLCHAIN_GROUP_DEPENDS="host_deps host_deps_rpm host_tools";
HOST_TOOLCHAIN_MAKEFLAGS_INSTALL_EXTRA="prefix= PREFIX=";
HOST_TOOLCHAIN_PACKAGES="
-binutils_build binutils_host binutils_host_mingw32 gcc_full_host
-gcc_libstdcpp_v3_host gcc_runtime_host gcc_stage1_cross_mingw32
-gcc_stage1_host gmp_host ldso_host mpc_host mpfr_host musl_full_host
-musl_no_complex_host nasm_host psxstub_host psxtypes_host";
+binutils_host binutils_host_mingw32 gcc_full_host gcc_libstdcpp_v3_host
+gcc_runtime_host gcc_stage1_cross_mingw32 gcc_stage1_host gmp_host
+ldso_host mpc_host mpfr_host musl_full_host musl_no_complex_host nasm_host
+psxstub_host psxtypes_host";
HOST_TOOLCHAIN_PREFIX="${PREFIX_CROSS}";
-: ${PKG_BINUTILS_BUILD_SHA256SUM:=250d3b2925c6b211fb16173b0b25bc091c58829fbcad3eb849645e0af52cf7fa};
-: ${PKG_BINUTILS_BUILD_VERSION:=2.24.51};
-: ${PKG_BINUTILS_BUILD_URL:=ftp://sourceware.org/pub/binutils/snapshots/binutils-${PKG_BINUTILS_BUILD_VERSION}.tar.bz2};
-: ${PKG_BINUTILS_BUILD_CONFIGURE_ARGS:="--disable-werror --enable-deterministic-archives --enable-install-libbfd --prefix=${PREFIX}"};
-: ${PKG_BINUTILS_BUILD_LIBTOOL:=slibtool-static};
-: ${PKG_BINUTILS_BUILD_PREFIX:=${PREFIX}};
: ${PKG_BINUTILS_HOST_SHA256SUM:=250d3b2925c6b211fb16173b0b25bc091c58829fbcad3eb849645e0af52cf7fa};
: ${PKG_BINUTILS_HOST_VERSION:=2.24.51};
: ${PKG_BINUTILS_HOST_URL:=ftp://sourceware.org/pub/binutils/snapshots/binutils-${PKG_BINUTILS_HOST_VERSION}.tar.bz2};