gcc: disable gold and libelf explicitly.
This commit is contained in:
parent
2f160430e7
commit
4a4d4f018f
1 changed files with 6 additions and 5 deletions
|
@ -4,11 +4,12 @@ version=4.5.0
|
|||
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-clocale=gnu --disable-bootstrap
|
||||
--enable-threads=posix --enable-__cxa_atexit --disable-multilib
|
||||
--enable-languages=c,c++,objc,obj-c++ --enable-tls
|
||||
--with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr
|
||||
--disable-rpath --with-system-zlib --enable-shared
|
||||
--with-ppl=${XBPS_MASTERDIR}/usr --with-cloog=${XBPS_MASTERDIR}/usr"
|
||||
--enable-threads=posix --enable-__cxa_atexit --disable-multilib
|
||||
--enable-languages=c,c++,objc,obj-c++ --enable-tls
|
||||
--with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr
|
||||
--disable-rpath --with-system-zlib --enable-shared
|
||||
--with-ppl=${XBPS_MASTERDIR}/usr --with-cloog=${XBPS_MASTERDIR}/usr
|
||||
--disable-gold --without-libelf --without-libelf-lib --without-libelf-includes"
|
||||
short_desc="The GNU C Compiler"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8293e9efa68a8ec0fdd0dae9c9bd128a8e742566acd9c8fbcfe79d98ed3756c8
|
||||
|
|
Loading…
Reference in a new issue