cross-arm-linux-gnueabihf: use --enable-autolink-libatomic.
This commit is contained in:
parent
3bca2f33a4
commit
2cd18c461c
|
@ -6,9 +6,10 @@ _linux_version=5.10.4
|
|||
_glibc_patchver="72-g0f90d6204d"
|
||||
pkgname=cross-arm-linux-gnueabihf
|
||||
version=0.35
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=void-cross
|
||||
configure_args="--with-arch=armv6 --with-fpu=vfp --with-float=hard"
|
||||
configure_args="--with-arch=armv6 --with-fpu=vfp --with-float=hard
|
||||
--enable-autolink-libatomic"
|
||||
hostmakedepends="texinfo tar gcc-objc gcc-go flex perl python3 pkg-config"
|
||||
makedepends="isl-devel libmpc-devel gmp-devel mpfr-devel
|
||||
zlib-devel libzstd-devel"
|
||||
|
|
Loading…
Reference in New Issue