Skip to content

Commit

Permalink
lang/gcc11: fix build on powerpc64
Browse files Browse the repository at this point in the history
Same issue as lang/gcc12 and newer.
  • Loading branch information
pkubaj committed Nov 15, 2023
1 parent 6ae6518 commit 811fb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/gcc11/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 811fb88

Please sign in to comment.