diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 09:17:18 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-31 01:06:39 +0100 |
commit | 87382607f0fdbf970d02e8bb8394529ac2b3b8d0 (patch) | |
tree | 4c573fc768680d5cd382725bdcced8bc8b604d6a /lang/gcc8/files/patch-spe-config | |
parent | www/py-dj41-django-timezone-field: Remove expired port (diff) |
lang/gcc8: Remove expired port
2023-12-31 lang/gcc8: Unsupported by upstream. Use GCC 11 or newer instead.
Diffstat (limited to 'lang/gcc8/files/patch-spe-config')
-rw-r--r-- | lang/gcc8/files/patch-spe-config | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/gcc8/files/patch-spe-config b/lang/gcc8/files/patch-spe-config deleted file mode 100644 index 7a1689898e1f..000000000000 --- a/lang/gcc8/files/patch-spe-config +++ /dev/null @@ -1,24 +0,0 @@ ---- 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" |