Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 05:55:49 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379064 - head/devel/psptoolchain-binutils
Message-ID:  <201502160555.t1G5tnFY011765@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Feb 16 05:55:48 2015
New Revision: 379064
URL: https://svnweb.freebsd.org/changeset/ports/379064
QAT: https://qat.redports.org/buildarchive/r379064/

Log:
  Force the use of GCC 4.8 since the old codebase here fails with newer
  versionf of GCC.
  
  PR:		196854
  Approved by:	tphilipp@potion-studios.com (maintainer)

Modified:
  head/devel/psptoolchain-binutils/Makefile

Modified: head/devel/psptoolchain-binutils/Makefile
==============================================================================
--- head/devel/psptoolchain-binutils/Makefile	Mon Feb 16 05:35:36 2015	(r379063)
+++ head/devel/psptoolchain-binutils/Makefile	Mon Feb 16 05:55:48 2015	(r379064)
@@ -14,7 +14,8 @@ MAINTAINER=	tphilipp@potion-studios.com
 COMMENT=	PlayStation Portable development toolchain ${PORTNAME}
 
 USES=		gmake tar:bzip2 libtool
-USE_GCC=	any
+# This old code fails with newer versions of GCC, cf. PR 196854.
+USE_GCC=	4.8
 
 HAS_CONFIGURE=	yes
 CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502160555.t1G5tnFY011765>