mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
cross-i686-pc-linux-gnu: set libexecdir correctly
This commit is contained in:
parent
22bae33719
commit
8e8e90a078
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.33
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
@ -231,7 +231,7 @@ _gcc_build() {
|
|||
_args="--target=${_triplet}"
|
||||
_args+=" --target=${_triplet}"
|
||||
_args+=" --prefix=/usr"
|
||||
_args+=" --libdir=/usr/lib"
|
||||
_args+=" --libexecdir=/usr/lib"
|
||||
_args+=" --with-sysroot=${_sysroot}"
|
||||
_args+=" --enable-languages=c,ada,c++,objc,obj-c++,go,fortran,lto"
|
||||
_args+=" --with-gnu-as"
|
||||
|
|
Loading…
Add table
Reference in a new issue