mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
cross-arm-linux-musleabi: set libexecdir correctly
This commit is contained in:
parent
3173118381
commit
c4dc38ff86
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.33
|
version=0.33
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Cross toolchain for ARMv5 TE target (musl)"
|
short_desc="Cross toolchain for ARMv5 TE target (musl)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
|
@ -186,6 +186,7 @@ _gcc_build() {
|
||||||
cd gcc-build
|
cd gcc-build
|
||||||
|
|
||||||
_args="--prefix=/usr"
|
_args="--prefix=/usr"
|
||||||
|
_args+=" --libexecdir=/usr/lib"
|
||||||
_args+=" --target=${_triplet}"
|
_args+=" --target=${_triplet}"
|
||||||
_args+=" --with-sysroot=${_sysroot}"
|
_args+=" --with-sysroot=${_sysroot}"
|
||||||
_args+=" --enable-languages=c,ada,c++,objc,obj-c++,go,fortran,lto"
|
_args+=" --enable-languages=c,ada,c++,objc,obj-c++,go,fortran,lto"
|
||||||
|
|
Loading…
Add table
Reference in a new issue