svn commit: r483158 - head/devel/psptoolchain-gcc-stage1

Mark Linimon linimon at FreeBSD.org
Sat Oct 27 17:39:02 UTC 2018


Author: linimon
Date: Sat Oct 27 17:39:00 2018
New Revision: 483158
URL: https://svnweb.freebsd.org/changeset/ports/483158

Log:
  Allow building on powerpc64.
  
  While here, pet portlint.
  
  PR:		232744
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/psptoolchain-gcc-stage1/Makefile

Modified: head/devel/psptoolchain-gcc-stage1/Makefile
==============================================================================
--- head/devel/psptoolchain-gcc-stage1/Makefile	Sat Oct 27 17:36:20 2018	(r483157)
+++ head/devel/psptoolchain-gcc-stage1/Makefile	Sat Oct 27 17:39:00 2018	(r483158)
@@ -12,13 +12,13 @@ PKGNAMESUFFIX?=		-stage1
 MAINTAINER=		tphilipp at potion-studios.com
 COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
 
-ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64
 
-PSP_GCC_STAGE_PREFIX=	psp/stage1
-
 LIB_DEPENDS=		libgmp.so:math/gmp \
 			libmpfr.so:math/mpfr \
 			libmpc.so:math/mpc
+
+PSP_GCC_STAGE_PREFIX=	psp/stage1
 
 BUILD_DEPENDS+=		psp-addr2line:devel/psptoolchain-binutils \
 			psp-ar:devel/psptoolchain-binutils \


More information about the svn-ports-all mailing list