cross-mipsel-linux-musl: rebuild musl with PIC
This commit is contained in:
parent
45ea3246f9
commit
cbabadbeb3
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 MIPS32r2 LE softfloat target (musl)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
@ -144,7 +144,7 @@ _musl_build() {
|
|||
cd ${wrksrc}/musl-${_musl_version}
|
||||
msg_normal "Building cross musl libc\n"
|
||||
|
||||
CC="${_triplet}-gcc" CFLAGS="-Os -pipe ${_archflags}" \
|
||||
CC="${_triplet}-gcc" CFLAGS="-Os -pipe -fPIC ${_archflags}" \
|
||||
./configure --prefix=/usr
|
||||
|
||||
make ${makejobs}
|
||||
|
|
Loading…
Reference in a new issue