svn commit: r484562 - head/devel/aarch64-none-elf-gcc

Mark Linimon linimon at FreeBSD.org
Sat Nov 10 00:32:31 UTC 2018


Author: linimon
Date: Sat Nov 10 00:32:29 2018
New Revision: 484562
URL: https://svnweb.freebsd.org/changeset/ports/484562

Log:
  Now unbroken on powerpc64.
  
  PR:		232532
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/aarch64-none-elf-gcc/Makefile

Modified: head/devel/aarch64-none-elf-gcc/Makefile
==============================================================================
--- head/devel/aarch64-none-elf-gcc/Makefile	Sat Nov 10 00:31:12 2018	(r484561)
+++ head/devel/aarch64-none-elf-gcc/Makefile	Sat Nov 10 00:32:29 2018	(r484562)
@@ -11,7 +11,6 @@ INSTALL_TARGET=	install-gcc install-target-libgcc
 
 BROKEN_mips=		configure: error: cannot compute suffix of object files: cannot compile
 BROKEN_mips64=		configure: error: cannot compute suffix of object files: cannot compile
-BROKEN_powerpc64=	fails to compile: libgcc2.c:1846:9: internal compiler error: Segmentation fault
 
 MASTERDIR=	${.CURDIR}/../powerpc64-gcc
 


More information about the svn-ports-all mailing list