Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2019 09:04:44 +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: r518921 - head/emulators/gem5
Message-ID:  <201912030904.xB394iN6014631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Dec  3 09:04:44 2019
New Revision: 518921
URL: https://svnweb.freebsd.org/changeset/ports/518921

Log:
  emulators/gem5: unbreak on powerpc64 head
  
  This port builds on elfv2, which head switches to soon.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/emulators/gem5/Makefile

Modified: head/emulators/gem5/Makefile
==============================================================================
--- head/emulators/gem5/Makefile	Tue Dec  3 08:49:35 2019	(r518920)
+++ head/emulators/gem5/Makefile	Tue Dec  3 09:04:44 2019	(r518921)
@@ -15,7 +15,8 @@ BROKEN_armv6=		fails to link: undefined reference to H
 BROKEN_armv7=		fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV
 BROKEN_i386=		does not build
 BROKEN_mips64=		fails to build: claims that gcc version 4.6 or newer required
-BROKEN_powerpc64=	fails to build: claims that gcc version 4.6 or newer required
+BROKEN_FreeBSD_11_powerpc64=	fails to build: claims that gcc version 4.6 or newer required
+BROKEN_FreeBSD_12_powerpc64=	fails to build: claims that gcc version 4.6 or newer required
 
 DATE=		20140422
 USE_GITHUB=	yes



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