aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc6/files/patch-spe-config
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-03-31 12:11:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-03-31 12:11:36 +0000
commitd0c5aa8cc13c949fc023f4c2484fb6e43dfcbd8b (patch)
tree2cd5db266c8d5fab03fc51ffe23e978e0c05a7d8 /lang/gcc6/files/patch-spe-config
parentff47063e2d322b0852c197556ea118a64332baa5 (diff)
downloadports-d0c5aa8cc13c949fc023f4c2484fb6e43dfcbd8b.tar.gz
ports-d0c5aa8cc13c949fc023f4c2484fb6e43dfcbd8b.zip
Notes
Diffstat (limited to 'lang/gcc6/files/patch-spe-config')
-rw-r--r--lang/gcc6/files/patch-spe-config15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/gcc6/files/patch-spe-config b/lang/gcc6/files/patch-spe-config
new file mode 100644
index 000000000000..276fe8951901
--- /dev/null
+++ b/lang/gcc6/files/patch-spe-config
@@ -0,0 +1,15 @@
+--- UTC
+Index: gcc/config.gcc
+===================================================================
+--- gcc/config.gcc.old 2017-04-05 17:48:03.045750000 -0500
++++ gcc/config.gcc 2017-04-05 17:49:22.143572000 -0500
+@@ -2285,6 +2285,9 @@
+ tmake_file="${tmake_file} rs6000/t-freebsd64"
+ extra_options="${extra_options} rs6000/linux64.opt"
+ ;;
++ powerpcspe-*)
++ tm_file="${tm_file} rs6000/freebsd.h rs6000/linuxspe.h rs6000/e500.h"
++ ;;
+ *)
+ tm_file="${tm_file} rs6000/freebsd.h"
+ ;;