svn commit: r567841 - head/devel/gcc-msp430-ti-toolchain/files

Piotr Kubaj pkubaj at FreeBSD.org
Mon Mar 8 12:43:04 UTC 2021


Author: pkubaj
Date: Mon Mar  8 12:43:04 2021
New Revision: 567841
URL: https://svnweb.freebsd.org/changeset/ports/567841

Log:
  devel/gcc-msp430-ti-toolchain: fix build on powerpc64
  
  Similar issue as other GCC ports.
  
  MFH:		2021Q1

Added:
  head/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step
     - copied, changed from r567530, head/lang/gcc10/files/patch-clang-vec_step

Copied and modified: head/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step (from r567530, head/lang/gcc10/files/patch-clang-vec_step)
==============================================================================
--- head/lang/gcc10/files/patch-clang-vec_step	Sun Mar  7 00:29:15 2021	(r567530, copy source)
+++ head/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step	Mon Mar  8 12:43:04 2021	(r567841)
@@ -6,10 +6,10 @@ Until that changes (or GCC changes) we need to avoid u
 as a variable.
 
 --- UTC
-Index: gcc/tree-vect-loop.c
+Index: gcc-9.2.0/gcc/tree-vect-loop.c
 ===================================================================
---- gcc/tree-vect-loop.c	(revision 273856)
-+++ gcc/tree-vect-loop.c	(working copy)
+--- gcc-9.2.0/gcc/tree-vect-loop.c	(revision 273856)
++++ gcc-9.2.0/gcc/tree-vect-loop.c	(working copy)
 @@ -55,6 +55,8 @@ along with GCC; see the file COPYING3.  If not see
  #include "vec-perm-indices.h"
  #include "tree-eh.h"


More information about the svn-ports-all mailing list