binutils: enable bootstrap; disable-werror to fix build with gcc-4.9.
This commit is contained in:
parent
7c61da6422
commit
5f7736ca07
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'binutils'
|
# Template file for 'binutils'
|
||||||
pkgname=binutils
|
pkgname=binutils
|
||||||
version=2.24
|
version=2.24
|
||||||
revision=3
|
revision=4
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
replaces="chroot-binutils>=0"
|
replaces="chroot-binutils>=0"
|
||||||
short_desc="GNU binary utilities"
|
short_desc="GNU binary utilities"
|
||||||
|
@ -33,8 +33,8 @@ do_configure() {
|
||||||
fi
|
fi
|
||||||
./configure --prefix=/usr --enable-threads \
|
./configure --prefix=/usr --enable-threads \
|
||||||
--enable-plugins --enable-secureplt --with-mmap \
|
--enable-plugins --enable-secureplt --with-mmap \
|
||||||
--disable-shared --disable-bootstrap \
|
--disable-shared --enable-gold --disable-werror \
|
||||||
--enable-ld=default --enable-gold $CONFIGFLAG LDFLAGS=
|
--enable-ld=default $CONFIGFLAG LDFLAGS=
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in a new issue