svn commit: r518921 - head/emulators/gem5

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 3 09:04:44 UTC 2019


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


More information about the svn-ports-all mailing list