git: 4a64cb4161d4 - main - lang/gcc14: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:43:06 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4a64cb4161d4a61f840a48eadfd59e2bb68f384c
commit 4a64cb4161d4a61f840a48eadfd59e2bb68f384c
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-07 10:51:11 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-12 21:36:38 +0000
lang/gcc14: fix build on powerpc
Bootstrap is required on powerpc as well:
/usr/include/c++/v1/locale:288:32: error: attempt to use a poisoned identifier
---
lang/gcc14/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/lang/gcc14/Makefile b/lang/gcc14/Makefile
index ac42b0042fa5..c7fafbcabccf 100644
--- a/lang/gcc14/Makefile
+++ b/lang/gcc14/Makefile
@@ -41,6 +41,7 @@ OPTIONS_DEFINE= GRAPHITE
OPTIONS_DEFAULT_aarch64=STANDARD_BOOTSTRAP
OPTIONS_DEFAULT_amd64= STANDARD_BOOTSTRAP
OPTIONS_DEFAULT_i386= STANDARD_BOOTSTRAP
+OPTIONS_DEFAULT_powerpc= STANDARD_BOOTSTRAP
OPTIONS_DEFAULT_powerpc64=LTO_BOOTSTRAP
OPTIONS_DEFAULT_powerpc64le=LTO_BOOTSTRAP
OPTIONS_RADIO= BOOTSTRAP