build-style/void-cross: disable usage of fixincl, it breaks glibc and does nothing for musl
This commit is contained in:
parent
0caccad4cc
commit
a40f4cd82b
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ _void_cross_build_bootstrap_gcc() {
|
||||||
msg_normal "Patching GCC for ${cross_triplet}\n"
|
msg_normal "Patching GCC for ${cross_triplet}\n"
|
||||||
|
|
||||||
cd ${wrksrc}/gcc-${ver}
|
cd ${wrksrc}/gcc-${ver}
|
||||||
|
|
||||||
|
# Do not run fixincludes
|
||||||
|
sed -i 's@./fixinc.sh@-c true@' Makefile.in
|
||||||
|
|
||||||
for f in ${XBPS_SRCPKGDIR}/gcc/patches/*.patch; do
|
for f in ${XBPS_SRCPKGDIR}/gcc/patches/*.patch; do
|
||||||
_void_cross_apply_patch -p0 "$f"
|
_void_cross_apply_patch -p0 "$f"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue