svn commit: r379064 - head/devel/psptoolchain-binutils
Gerald Pfeifer
gerald at FreeBSD.org
Mon Feb 16 05:55:49 UTC 2015
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 at 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 at 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}
More information about the svn-ports-all
mailing list