mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
16 lines
507 B
Plaintext
16 lines
507 B
Plaintext
--- 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"
|
|
;;
|