build-style/void-cross: enable patching binutils
This commit is contained in:
parent
6ae6e7f026
commit
2d80cf4c49
|
@ -41,12 +41,11 @@ _void_cross_build_binutils() {
|
||||||
msg_normal "Patching binutils for ${cross_triplet}\n"
|
msg_normal "Patching binutils for ${cross_triplet}\n"
|
||||||
|
|
||||||
cd ${wrksrc}/binutils-${ver}
|
cd ${wrksrc}/binutils-${ver}
|
||||||
# enable when crosstoolchains are updated to latest binutils
|
if [ -d "${XBPS_SRCPKGDIR}/binutils/patches" ]; then
|
||||||
#if [ -d "${XBPS_SRCPKGDIR}/binutils/patches" ]; then
|
for f in ${XBPS_SRCPKGDIR}/binutils/patches/*.patch; do
|
||||||
# for f in ${XBPS_SRCPKGDIR}/binutils/patches/*.patch; do
|
_void_cross_apply_patch -p1 "$f"
|
||||||
# _void_cross_apply_patch -p1 "$f"
|
done
|
||||||
# done
|
fi
|
||||||
#fi
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
msg_normal "Building binutils for ${cross_triplet}\n"
|
msg_normal "Building binutils for ${cross_triplet}\n"
|
||||||
|
|
Loading…
Reference in New Issue