diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-07 18:12:58 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-07 18:12:58 +0100 |
commit | a338109474e0611cf96abf5cf1ce4edbc2d817cb (patch) | |
tree | 960b042119415140e79a49a709bd4e66da43d37d /groups | |
parent | 75596df75f30c46fc380c110611ca8ba497c8dba (diff) | |
download | midipix_build-a338109474e0611cf96abf5cf1ce4edbc2d817cb.tar.bz2 midipix_build-a338109474e0611cf96abf5cf1ce4edbc2d817cb.tar.xz |
groups/030.host_toolchain.group:binutils_host:${PKG_DEPENDS}: remove binutils_build dependency.
Diffstat (limited to 'groups')
-rw-r--r-- | groups/030.host_toolchain.group | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/groups/030.host_toolchain.group b/groups/030.host_toolchain.group index c65210c9..4c485b3d 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}; |