cross-i686-linux-musl: import upstream patch for bug 90756.
This commit is contained in:
parent
24f6d9250e
commit
dcafa880dd
2 changed files with 3 additions and 1 deletions
1
srcpkgs/cross-i686-linux-musl/files/bug90756.patch
Symbolic link
1
srcpkgs/cross-i686-linux-musl/files/bug90756.patch
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../gcc/patches/bug90756.patch
|
|
@ -11,7 +11,7 @@ _archflags="-march=i686"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.31
|
version=0.31
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Cross toolchain for i686 target (musl)"
|
short_desc="Cross toolchain for i686 target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
|
@ -88,6 +88,7 @@ _gcc_bootstrap() {
|
||||||
_apply_patch -p0 ${FILESDIR}/musl-ada.patch
|
_apply_patch -p0 ${FILESDIR}/musl-ada.patch
|
||||||
_apply_patch -p1 ${FILESDIR}/libgnarl-musl.patch
|
_apply_patch -p1 ${FILESDIR}/libgnarl-musl.patch
|
||||||
_apply_patch -p0 ${FILESDIR}/invalid_tls_model.patch
|
_apply_patch -p0 ${FILESDIR}/invalid_tls_model.patch
|
||||||
|
_apply_patch -p0 ${FILESDIR}/bug90756.patch
|
||||||
|
|
||||||
msg_normal "Building cross gcc bootstrap\n"
|
msg_normal "Building cross gcc bootstrap\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue