Date: Fri, 29 Nov 2019 14:04:06 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518652 - head/devel/psptoolchain-gcc-stage1/files Message-ID: <201911291404.xATE46bk088759@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911291404.xATE46bk088759>