git: d5adeddbde5c - main - lang/gcc10: fix build on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Jul 2022 14:23:57 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5adeddbde5c5c6c26b336b126df057602790f1b commit d5adeddbde5c5c6c26b336b126df057602790f1b Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-07-24 14:22:38 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-07-24 14:23:41 +0000 lang/gcc10: fix build on powerpc64 Same issue as with lang/gcc12. --- lang/gcc10/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile index 6bcecff9344f..040cf24a1165 100644 --- a/lang/gcc10/Makefile +++ b/lang/gcc10/Makefile @@ -43,7 +43,7 @@ GRAPHITE_DESC= Support for Graphite loop optimizations 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