mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
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}
|
pkgname=cross-${_triplet}
|
||||||
version=0.33
|
version=0.33
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Cross toolchain for ARMv7 LE Hard Float target (musl)"
|
short_desc="Cross toolchain for ARMv7 LE Hard Float target (musl)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
|
@ -187,6 +187,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