Date: Thu, 12 Oct 2023 05:06:27 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a05177f62a5a - main - lang/gcc13: disable LTO on powerpc to fix build Message-ID: <202310120506.39C56Rqx057735@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a05177f62a5a0e74b5df871069ea42400c0ed90a commit a05177f62a5a0e74b5df871069ea42400c0ed90a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-10-12 05:03:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-10-12 05:06:22 +0000 lang/gcc13: disable LTO on powerpc to fix build cc1plus: out of memory allocating 48749344 bytes after a total of 0 bytes --- lang/gcc13/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/gcc13/Makefile b/lang/gcc13/Makefile index 4a0babeb0e5e..b1385bdbf096 100644 --- a/lang/gcc13/Makefile +++ b/lang/gcc13/Makefile @@ -41,7 +41,6 @@ OPTIONS_DEFINE= GRAPHITE OPTIONS_DEFAULT_aarch64=LTO_BOOTSTRAP OPTIONS_DEFAULT_amd64= LTO_BOOTSTRAP OPTIONS_DEFAULT_i386= LTO_BOOTSTRAP -OPTIONS_DEFAULT_powerpc=LTO_BOOTSTRAP OPTIONS_DEFAULT_powerpc64=LTO_BOOTSTRAP OPTIONS_DEFAULT_powerpc64le=LTO_BOOTSTRAP OPTIONS_RADIO= BOOTSTRAP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310120506.39C56Rqx057735>