cross-powerpc-linux-gnu: add missing patch from gcc

This commit is contained in:
q66 2019-12-12 04:35:08 +01:00 committed by Daniel Kolesa
parent 4722ae6478
commit 5bb757be1c
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1 @@
../../gcc/patches/libgcc-ibm128-no-tag.patch

View file

@ -10,7 +10,7 @@ _sysroot="/usr/${_triplet}"
pkgname=cross-${_triplet}
version=0.32
revision=1
revision=2
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
homepage="http://www.voidlinux.org"
@ -94,6 +94,7 @@ _gcc_bootstrap() {
cd ${wrksrc}/gcc-${_gcc_version}
_apply_patch -p0 ${FILESDIR}/fix-cxxflags-passing.patch
_apply_patch -p0 ${FILESDIR}/libgcc-ibm128-no-tag.patch
msg_normal "Building cross gcc bootstrap\n"
@ -198,6 +199,7 @@ _glibc_build() {
_args+=" --enable-obsolete-nsl"
_args+=" --disable-profile"
_args+=" --enable-kernel=2.6.27"
_args+=" --disable-werror"
../glibc-${_glibc_version}/configure ${_args}