cross-powerpc-linux-musl: rebuild musl with PIC
This commit is contained in:
parent
cc4f665638
commit
0005b0263a
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.32
|
version=0.32
|
||||||
revision=2
|
revision=3
|
||||||
|
|
||||||
short_desc="Cross toolchain for PowerPC (musl)"
|
short_desc="Cross toolchain for PowerPC (musl)"
|
||||||
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
|
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
|
||||||
|
@ -158,7 +158,7 @@ _musl_build() {
|
||||||
|
|
||||||
msg_normal "Building cross musl libc\n"
|
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
|
./configure --prefix=/usr
|
||||||
|
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue