cross-arm-linux-gnueabihf: set correct configure args.
This commit is contained in:
parent
407ef3756d
commit
85fd8d7cf2
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue