From a338109474e0611cf96abf5cf1ce4edbc2d817cb Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz Date: May 07 2020 17:12:58 +0000 Subject: groups/030.host_toolchain.group:binutils_host:${PKG_DEPENDS}: remove binutils_build dependency. --- diff --git a/groups/030.host_toolchain.group b/groups/030.host_toolchain.group index c65210c..4c485b3 100644 --- a/groups/030.host_toolchain.group +++ b/groups/030.host_toolchain.group @@ -16,7 +16,6 @@ HOST_TOOLCHAIN_PREFIX="${PREFIX_CROSS}"; : ${PKG_BINUTILS_HOST_URL:=ftp://sourceware.org/pub/binutils/snapshots/binutils-${PKG_BINUTILS_HOST_VERSION}.tar.bz2}; : ${PKG_BINUTILS_HOST_CFLAGS_CONFIGURE:="-I${PREFIX}/include -g2 -O0"}; : ${PKG_BINUTILS_HOST_CONFIGURE_ARGS:="--disable-werror --enable-deterministic-archives --prefix=${PREFIX} --target=${DEFAULT_TARGET} --with-sysroot=${PREFIX_CROSS}"}; -: ${PKG_BINUTILS_HOST_DEPENDS:="binutils_build"}; : ${PKG_BINUTILS_HOST_INSTALL_FILES:="@${DEFAULT_TARGET}-windmc=bin/windmc @${DEFAULT_TARGET}-windres=bin/windres"}; : ${PKG_BINUTILS_HOST_LDFLAGS_CONFIGURE:="-L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib"}; : ${PKG_BINUTILS_HOST_LIBTOOL:=slibtool-static};