cross-aarch64-linux-musl: rebuild musl with PIC
This commit is contained in:
parent
2646f2d7ff
commit
b7d5556a3f
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.32
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Cross toolchain for ARM64 LE target (musl)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
@ -147,7 +147,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…
Add table
Add a link
Reference in a new issue