Build fix for powerpcspe.
PR: 234023 Reported by: jhibbits@ Tested by: jhibbits@, linimon@
This commit is contained in:
parent
51575fa18e
commit
f14b52dda8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490318
1 changed files with 24 additions and 0 deletions
24
lang/spidermonkey52/files/patch-build_autoconf_config.sub
Normal file
24
lang/spidermonkey52/files/patch-build_autoconf_config.sub
Normal file
|
@ -0,0 +1,24 @@
|
|||
Support powerpcspe
|
||||
|
||||
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234023
|
||||
|
||||
--- build/autoconf/config.sub.orig 2019-01-06 00:10:34.369158000 +0100
|
||||
+++ build/autoconf/config.sub 2019-01-06 00:12:20.725890000 +0100
|
||||
@@ -300,7 +300,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 \
|
||||
@@ -427,7 +427,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-* \
|
Loading…
Reference in a new issue