diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2018-02-25 05:49:48 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2018-02-25 05:49:48 +0000 |
| commit | c9eaee017056c485b1d58766648c9570611503b0 (patch) | |
| tree | 3c2bd5fd11402db3f29e20d6561b779215b9b90e /math/gmp/files/patch-configfsf.sub-spe | |
| parent | Allow concurrent installation (USE_PYTHON=concurrent) (diff) | |
Add patch to enable on powerpcspe.
Tested for harmlessness on amd64.
Differential revision: https://reviews.freebsd.org/D14335
Submitted by: jhibbits
Notes
Notes:
svn path=/head/; revision=462937
Diffstat (limited to 'math/gmp/files/patch-configfsf.sub-spe')
| -rw-r--r-- | math/gmp/files/patch-configfsf.sub-spe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/gmp/files/patch-configfsf.sub-spe b/math/gmp/files/patch-configfsf.sub-spe new file mode 100644 index 000000000000..58ac8c625137 --- /dev/null +++ b/math/gmp/files/patch-configfsf.sub-spe @@ -0,0 +1,20 @@ +--- configfsf.sub.bak 2017-04-04 10:18:23.262820000 -0500 ++++ configfsf.sub 2017-04-04 10:18:41.467015000 -0500 +@@ -301,7 +301,7 @@ + | ns16k | ns32k \ + | open8 | or1k | or1knd | or32 \ + | pdp10 | pdp11 | pj | pjl \ +- | powerpc | powerpc64 | powerpc64le | powerpcle \ ++ | powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \ + | pyramid \ + | riscv32 | riscv64 \ + | rl78 | rx \ +@@ -428,7 +428,7 @@ + | or1k*-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ +- | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ ++ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | powerpcspe-* \ + | pyramid-* \ + | riscv32-* | riscv64-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ |
