svn commit: r518652 - head/devel/psptoolchain-gcc-stage1/files

Piotr Kubaj pkubaj at FreeBSD.org
Fri Nov 29 14:04:07 UTC 2019


Author: pkubaj
Date: Fri Nov 29 14:04:06 2019
New Revision: 518652
URL: https://svnweb.freebsd.org/changeset/ports/518652

Log:
  devel/psptoolchain-gcc-stage1: fix build on powerpc64 elfv2
  
  When compiling on elfv2 abi, this port needs the same patch that was already committed to some other gcc ports.
  
  PR:		242281
  Approved by:	tphilipp at potion-studios.com (maintainer), mentors (implicit approval)

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

Added: head/devel/psptoolchain-gcc-stage1/files/patch-gcc_tree-vect-loop.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/psptoolchain-gcc-stage1/files/patch-gcc_tree-vect-loop.c	Fri Nov 29 14:04:06 2019	(r518652)
@@ -0,0 +1,11 @@
+--- gcc/tree-vect-loop.c.orig	2019-11-27 20:05:37 UTC
++++ gcc/tree-vect-loop.c
+@@ -56,6 +56,8 @@ along with GCC; see the file COPYING3.  If not see
+ #include "tree-vectorizer.h"
+ #include "target.h"
+ 
++#define vec_step vec_step_
++
+ /* Loop Vectorization Pass.
+ 
+    This pass tries to vectorize loops.


More information about the svn-ports-all mailing list