mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
cross-arm-linux-gnueabihf: set correct configure args.
This commit is contained in:
parent
407ef3756d
commit
85fd8d7cf2
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue