cross-arm-linux-gnueabihf: use mpfr-3.1.2; enable 2 gcc options to match native pkg.

This commit is contained in:
Juan RP 2013-04-06 23:55:39 +02:00
parent 4f18d3064b
commit fd63143cd7
1 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,7 @@ _binutils_version=2.23.1
_gcc_version=4.7.2
_glibc_version=2.17
_gmp_version=5.0.5
_mpfr_version=3.1.1
_mpfr_version=3.1.2
_mpc_version=0.9
_linux_version=3.7.1
@ -13,8 +13,8 @@ _fpuflags="--with-float=hard"
_archflags="-march=armv6 -mfpu=vfp -mfloat-abi=hard"
pkgname=cross-${_triplet}
version=0.8
revision=2
version=0.9
revision=1
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
maintainer="pancake <pancake@nopcode.org>"
homepage="http://www.voidlinux.eu"
@ -32,7 +32,7 @@ checksum="
8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084
6914e337401e0e0ade23694e1b2c52a5f09e4eda3270c67e7c3ba93a89b5b23e
1f588aaccc41bb9aed946f9fe38521c26d8b290d003c5df807f65690f2aadec9
7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd
79c73f60af010a30a5c27a955a1d2d01ba095b72537dab0ecaad57f5a7bb1b6b
fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac
e1ca8b8376ebdf797357f5f1734ed6eed3cadc16c32d280a780f150372de7255"
@ -206,7 +206,8 @@ _gcc_build() {
--with-gnu-as --with-gnu-ld --disable-multilib \
--disable-nls --disable-sjlj-exceptions \
--enable-threads=posix --enable-long-longx \
--enable-shared ${_fpuflags}
--enable-shared --enable-linker-build-id \
--enable-gnu-unique-object ${_fpuflags}
make ${makejobs}