Skip to content

Commit

Permalink
cross-powerpc-linux-musl: add libgomp tls patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbr authored and pullmoll committed Jun 30, 2019
1 parent 22aadec commit 55d9695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srcpkgs/cross-powerpc-linux-musl/template
Expand Up @@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"

pkgname=cross-${_triplet}
version=0.31
revision=1
revision=2

short_desc="Cross toolchain for PowerPC (musl)"
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
Expand Down Expand Up @@ -92,6 +92,7 @@ _gcc_bootstrap() {
_apply_patch -p0 ${FILESDIR}/0010-ldbl128-config.patch
_apply_patch -p0 ${FILESDIR}/libgcc-musl-ldbl128-config.patch
_apply_patch -p1 ${FILESDIR}/libgnarl-musl.patch
_apply_patch -p0 ${FILESDIR}/invalid_tls_model.patch

msg_normal "Building cross gcc bootstrap\n"

Expand Down

0 comments on commit 55d9695

Please sign in to comment.