Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2021 15:56:37 +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: r563144 - head/games/eduke32
Message-ID:  <202101281556.10SFub54061382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Jan 28 15:56:36 2021
New Revision: 563144
URL: https://svnweb.freebsd.org/changeset/ports/563144

Log:
  games/eduke32: disable LTO on powerpc64
  
  LTO is currently broken in clang on powerpc64.

Modified:
  head/games/eduke32/Makefile

Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile	Thu Jan 28 15:46:56 2021	(r563143)
+++ head/games/eduke32/Makefile	Thu Jan 28 15:56:36 2021	(r563144)
@@ -78,7 +78,7 @@ FULL_PLIST_FILES=	${DATADIR}/duke3d.grp ${DATADIR}/duk
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == i386
+.if ${ARCH} == i386 || ${ARCH} == powerpc64
 MAKE_ARGS+=	LTO=0
 .endif
 



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