summaryrefslogtreecommitdiff
path: root/src/stage3/patches/powerpc64le/binutils.patch
blob: b85c25c034b0948c20bd62b38a377b8e8e05f080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 \