git: 811fb8866877 - main - lang/gcc11: fix build on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Nov 2023 16:15:35 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=811fb8866877aec41e155c75858d6beba066719e
commit 811fb8866877aec41e155c75858d6beba066719e
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-11-15 13:19:32 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-11-15 16:15:11 +0000
lang/gcc11: fix build on powerpc64
Same issue as lang/gcc12 and newer.
---
lang/gcc11/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/gcc11/Makefile b/lang/gcc11/Makefile
index 42feecc7a131..10750e5ee577 100644
--- a/lang/gcc11/Makefile
+++ b/lang/gcc11/Makefile
@@ -52,7 +52,7 @@ STANDARD_BOOTSTRAP_DESC= Build using a full bootstrap without LTO
OPTIONS_DEFINE_amd64+= MULTILIB
OPTIONS_DEFAULT_amd64+= MULTILIB
OPTIONS_DEFINE_powerpc64+= MULTILIB
-OPTIONS_DEFAULT_powerpc64+= MULTILIB
+#OPTIONS_DEFAULT_powerpc64+= MULTILIB # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105010
MULTILIB_DESC= Build support for 32-bit and 64-bit targets
MULTILIB_CONFIGURE_ENABLE= multilib
.else