gcc: disable gold and libelf explicitly.
This commit is contained in:
parent
2f160430e7
commit
4a4d4f018f
1 changed files with 6 additions and 5 deletions
|
@ -8,7 +8,8 @@ configure_args="--enable-clocale=gnu --disable-bootstrap
|
|||
--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"
|
||||
--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