svn commit: r519930 - head/devel/avr-gcc/files

Piotr Kubaj pkubaj at FreeBSD.org
Thu Dec 12 14:57:24 UTC 2019


Author: pkubaj
Date: Thu Dec 12 14:57:24 2019
New Revision: 519930
URL: https://svnweb.freebsd.org/changeset/ports/519930

Log:
  devel/avr-gcc: fix build on powerpc64 elfv2
  
  This port needs a patch similar to other GCC ports to avoid namespace collision on powerpc64 elfv2.
  
  PR:		242284
  Approved by:	joerg (maintainer timeout)

Added:
  head/devel/avr-gcc/files/patch-gcc_tree-vect-loop.c   (contents, props changed)

Added: head/devel/avr-gcc/files/patch-gcc_tree-vect-loop.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/avr-gcc/files/patch-gcc_tree-vect-loop.c	Thu Dec 12 14:57:24 2019	(r519930)
@@ -0,0 +1,11 @@
+--- gcc/tree-vect-loop.c.orig	2019-11-28 10:47:59 UTC
++++ 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