svn commit: r520251 - head/devel/gcc-arm-embedded/files

Piotr Kubaj pkubaj at FreeBSD.org
Mon Dec 16 12:14:17 UTC 2019


Author: pkubaj
Date: Mon Dec 16 12:14:16 2019
New Revision: 520251
URL: https://svnweb.freebsd.org/changeset/ports/520251

Log:
  devel/gcc-arm-embedded: fix build on powerpc64 elfv2
  
  Merge the same patch that is already in other GCC ports to fix build on powerpc64 elfv2.
  
  PR:		242382
  Approved by:	lev (maintainer timeout)

Added:
  head/devel/gcc-arm-embedded/files/patch-src_gcc_gcc_tree-vect-loop.c   (contents, props changed)

Added: head/devel/gcc-arm-embedded/files/patch-src_gcc_gcc_tree-vect-loop.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/gcc-arm-embedded/files/patch-src_gcc_gcc_tree-vect-loop.c	Mon Dec 16 12:14:16 2019	(r520251)
@@ -0,0 +1,11 @@
+--- src/gcc/gcc/tree-vect-loop.c.orig	2019-12-02 09:49:15 UTC
++++ src/gcc/gcc/tree-vect-loop.c
+@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3.  If not see
+ #include "vec-perm-indices.h"
+ #include "tree-eh.h"
+ 
++#define vec_step vec_step_
++
+ /* Loop Vectorization Pass.
+ 
+    This pass tries to vectorize loops.


More information about the svn-ports-head mailing list