summaryrefslogtreecommitdiff
path: root/src/stage3/patches/powerpc64le/binutils.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-06-22 09:31:53 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-06-22 09:31:53 +0200
commita5fd90dcce72f58af61880857d7ab0f2e44e9874 (patch)
tree727048402665b287675825a6d95a81fd356a18ab /src/stage3/patches/powerpc64le/binutils.patch
parent56ec7e46cbdd2f7319574710d3ce3d38b9338108 (diff)
rebootstrapped powerpc64le toolchain with multilib, and added grub
Diffstat (limited to 'src/stage3/patches/powerpc64le/binutils.patch')
-rw-r--r--src/stage3/patches/powerpc64le/binutils.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/stage3/patches/powerpc64le/binutils.patch b/src/stage3/patches/powerpc64le/binutils.patch
new file mode 100644
index 0000000..b85c25c
--- /dev/null
+++ b/src/stage3/patches/powerpc64le/binutils.patch
@@ -0,0 +1,13 @@
+diff -rupN a/PKGBUILD b/PKGBUILD
+--- a/PKGBUILD 2018-06-18 09:36:34.209550790 +0200
++++ b/PKGBUILD 2018-06-20 08:01:20.661217960 +0200
+@@ -61,7 +61,8 @@ build() {
+ --enable-plugins \
+ --enable-relro \
+ --enable-shared \
+- --enable-targets=x86_64-pep \
++ --enable-targets=spu \
++ --enable-targets=powerpc-linux \
+ --enable-threads \
+ --disable-gdb \
+ --disable-werror \