FreeBSD Bugzilla – Attachment 200532 Details for
Bug 234419
lang/gcc8: Fix for powerpcspe
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against the files/patch-spe-config file
fix_lang_gcc8.diff (text/plain), 1.38 KB, created by
Justin Hibbits
on 2018-12-26 16:59:28 UTC
(
hide
)
Description:
Patch against the files/patch-spe-config file
Filename:
MIME Type:
Creator:
Justin Hibbits
Created:
2018-12-26 16:59:28 UTC
Size:
1.38 KB
patch
obsolete
>Index: lang/gcc8/files/patch-spe-config >=================================================================== >--- lang/gcc8/files/patch-spe-config (revision 488276) >+++ lang/gcc8/files/patch-spe-config (working copy) >@@ -1,15 +1,24 @@ > --- 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 >-@@ -2383,6 +2383,9 @@ >+--- 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" > ;; >-+ powerpcspe-*) >-+ tm_file="${tm_file} powerpcspe/freebsd.h powerpcspe/linuxspe.h powerpcspe/e500.h" >-+ ;; > *) >- tm_file="${tm_file} rs6000/freebsd.h" >- ;; >+ tm_file="${tm_file} rs6000/freebsd.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 234419
: 200532