cross-armv7l-linux-musleabihf: set libexecdir correctly
This commit is contained in:
parent
81aca875be
commit
22bae33719
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.33
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Cross toolchain for ARMv7 LE Hard Float target (musl)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
@ -187,6 +187,7 @@ _gcc_build() {
|
|||
cd gcc-build
|
||||
|
||||
_args="--prefix=/usr"
|
||||
_args+=" --libexecdir=/usr/lib"
|
||||
_args+=" --target=${_triplet}"
|
||||
_args+=" --with-sysroot=${_sysroot}"
|
||||
_args+=" --enable-languages=c,ada,c++,objc,obj-c++,go,fortran,lto"
|
||||
|
|
Loading…
Reference in a new issue