mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
binutils: remove unused cloog and ppl support for now
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
049d05616e
commit
dcfbb1f64d
@ -28,7 +28,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gnu.org/software/binutils/binutils.html"
|
PKG_SITE="http://www.gnu.org/software/binutils/binutils.html"
|
||||||
PKG_URL="http://ftp.gnu.org/gnu/binutils/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://ftp.gnu.org/gnu/binutils/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_HOST="ccache:host bison:host flex:host linux:host gmp:host mpfr:host cloog:host ppl:host"
|
PKG_DEPENDS_HOST="ccache:host bison:host flex:host linux:host gmp:host mpfr:host"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="toolchain/devel"
|
PKG_SECTION="toolchain/devel"
|
||||||
PKG_SHORTDESC="binutils: A GNU collection of binary utilities"
|
PKG_SHORTDESC="binutils: A GNU collection of binary utilities"
|
||||||
@ -42,14 +42,12 @@ PKG_CONFIGURE_OPTS_HOST="--target=$TARGET_NAME \
|
|||||||
--with-lib-path=$SYSROOT_PREFIX/lib:$SYSROOT_PREFIX/usr/lib \
|
--with-lib-path=$SYSROOT_PREFIX/lib:$SYSROOT_PREFIX/usr/lib \
|
||||||
--with-gmp=$ROOT/$TOOLCHAIN \
|
--with-gmp=$ROOT/$TOOLCHAIN \
|
||||||
--with-mpfr=$ROOT/$TOOLCHAIN \
|
--with-mpfr=$ROOT/$TOOLCHAIN \
|
||||||
--with-ppl=$ROOT/$TOOLCHAIN \
|
--without-ppl \
|
||||||
--with-cloog=$ROOT/$TOOLCHAIN \
|
--without-cloog \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
--disable-libada \
|
--disable-libada \
|
||||||
--disable-libssp \
|
--disable-libssp \
|
||||||
--disable-ppl-version-check \
|
|
||||||
--enable-cloog-backend=isl \
|
|
||||||
--enable-version-specific-runtime-libs \
|
--enable-version-specific-runtime-libs \
|
||||||
--enable-plugins \
|
--enable-plugins \
|
||||||
--enable-gold \
|
--enable-gold \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user