cross-arm-linux-gnueabihf: set correct configure args.

This commit is contained in:
Juan RP 2013-07-09 19:14:11 +02:00
parent 407ef3756d
commit 85fd8d7cf2
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ _mpc_version=0.9
_linux_version=3.7.1
_triplet=arm-linux-gnueabihf
_fpuflags="--with-float=hard"
_fpuflags="--with-arch=armv6 --with-fpu=vfp --with-float=hard"
_archflags="-march=armv6 -mfpu=vfp -mfloat-abi=hard"
pkgname=cross-${_triplet}
@ -204,7 +204,7 @@ _gcc_build() {
--disable-nls --disable-sjlj-exceptions \
--enable-threads=posix --enable-long-longx \
--enable-shared --enable-linker-build-id \
--enable-gnu-unique-object ${_archflags}
--enable-gnu-unique-object ${_fpuflags}
make ${makejobs}