cross-powerpc-linux-gnu: add missing patch from gcc
This commit is contained in:
parent
4722ae6478
commit
5bb757be1c
1
srcpkgs/cross-powerpc-linux-gnu/files/libgcc-ibm128-no-tag.patch
Symbolic link
1
srcpkgs/cross-powerpc-linux-gnu/files/libgcc-ibm128-no-tag.patch
Symbolic link
@ -0,0 +1 @@
|
||||
../../gcc/patches/libgcc-ibm128-no-tag.patch
|
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user