summaryrefslogtreecommitdiff
path: root/lang/gcc6/files/patch-spe-config
blob: 276fe8951901eddf5837236487cf2a2c49da03a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
 		;;