1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

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@potion-studios.com (maintainer), mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-11-29 14:04:06 +00:00
parent 0a70b012db
commit 007c732c8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518652

View File

@ -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.