cross-arm-linux-gnueabihf: set correct configure args.
This commit is contained in:
@@ -9,7 +9,7 @@ _mpc_version=0.9
|
|||||||
_linux_version=3.7.1
|
_linux_version=3.7.1
|
||||||
|
|
||||||
_triplet=arm-linux-gnueabihf
|
_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"
|
_archflags="-march=armv6 -mfpu=vfp -mfloat-abi=hard"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
@@ -204,7 +204,7 @@ _gcc_build() {
|
|||||||
--disable-nls --disable-sjlj-exceptions \
|
--disable-nls --disable-sjlj-exceptions \
|
||||||
--enable-threads=posix --enable-long-longx \
|
--enable-threads=posix --enable-long-longx \
|
||||||
--enable-shared --enable-linker-build-id \
|
--enable-shared --enable-linker-build-id \
|
||||||
--enable-gnu-unique-object ${_archflags}
|
--enable-gnu-unique-object ${_fpuflags}
|
||||||
|
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user