| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/lang/gcc8/files/ |
Upload File : |
--- UTC
Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc.orig 2018-06-25 19:34:01.000000000 +0000
+++ gcc/config.gcc 2018-12-14 04:14:25.044026000 +0000
@@ -455,7 +455,7 @@
nvptx-*-*)
cpu_type=nvptx
;;
-powerpc*-*-*spe*)
+powerpcspe-*-*|powerpc*-*-*spe*)
cpu_type=powerpcspe
extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h htmintrin.h htmxlintrin.h"
case x$with_cpu in
@@ -2413,6 +2413,9 @@
tm_file="${tm_file} rs6000/default64.h rs6000/freebsd64.h"
tmake_file="${tmake_file} rs6000/t-freebsd64"
extra_options="${extra_options} rs6000/linux64.opt"
+ ;;
+ powerpcspe-*)
+ tm_file="${tm_file} powerpcspe/freebsd.h powerpcspe/linuxspe.h powerpcspe/e500.h"
;;
*)
tm_file="${tm_file} rs6000/freebsd.h"