diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group index a596233..0418deb 100644 --- a/groups/010.host_deps.group +++ b/groups/010.host_deps.group @@ -9,15 +9,21 @@ HOST_DEPS_GROUP_DEPENDS="host_tools"; HOST_DEPS_LDFLAGS_CONFIGURE="-L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib"; HOST_DEPS_MAKEFLAGS_INSTALL="prefix= PREFIX="; HOST_DEPS_PACKAGES=" -bison_host bmake_host bzip2_host ca_certificates_host chainport_host -clang_host clzip_host cmake_host dbus_glib_host dbus_host expat_host -file_host flex_host gdb_host gdbm_host glib_host gperf_host infounzip_host -infozip_host intltool_host libffi_host libreadline_host libressl_host -libz_host libzip_host llvm_host mdso_host mpackage_host musl_fts_host -ncurses_host ncursestw_host ncursesw_host pcre_host perk_host python2_host -python3_host ruby_host sbsigntools_host sqlite3_host texinfo_host tzdb_host -util_linux_host xz_host"; +binutils_build bison_host bmake_host bzip2_host ca_certificates_host +chainport_host clang_host clzip_host cmake_host dbus_glib_host dbus_host +expat_host file_host flex_host gdb_host gdbm_host glib_host gperf_host +infounzip_host infozip_host intltool_host libffi_host libreadline_host +libressl_host libz_host libzip_host llvm_host mdso_host mpackage_host +musl_fts_host ncurses_host ncursestw_host ncursesw_host pcre_host +perk_host python2_host python3_host ruby_host sbsigntools_host +sqlite3_host texinfo_host tzdb_host util_linux_host xz_host"; HOST_DEPS_PREFIX="${PREFIX}"; +: ${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_BISON_HOST_SHA256SUM:=55e4a023b1b4ad19095a5f8279f0dc048fa29f970759cea83224a6d5e7a3a641}; : ${PKG_BISON_HOST_VERSION:=3.5}; : ${PKG_BISON_HOST_URL:=https://ftp.gnu.org/gnu/bison/bison-${PKG_BISON_HOST_VERSION}.tar.xz}; diff --git a/groups/030.host_toolchain.group b/groups/030.host_toolchain.group index b7aa650..c65210c 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};