cross-powerpc64le-linux-musl: rebuild musl with PIC
This commit is contained in:
parent
bac86428c9
commit
f25bd75ffc
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.32
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Cross toolchain for powerpc64le with musl"
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
@ -160,7 +160,7 @@ _musl_build() {
|
|||
|
||||
CC="${_triplet}-gcc" LD="${_triplet}-ld" AR="${_triplet}-ar" \
|
||||
AS="${_triplet}-as" RANLIB="${_triplet}-ranlib" \
|
||||
CFLAGS="-Os -pipe ${_archflags}" \
|
||||
CFLAGS="-Os -pipe -fPIC ${_archflags}" \
|
||||
./configure --prefix=/usr
|
||||
|
||||
make ${makejobs}
|
||||
|
|
Loading…
Reference in a new issue