Skip to content

Commit

Permalink
lang/gcc13: disable LTO on powerpc to fix build
Browse files Browse the repository at this point in the history
cc1plus: out of memory allocating 48749344 bytes after a total of 0 bytes
  • Loading branch information
pkubaj committed Oct 12, 2023
1 parent b7b471c commit a05177f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lang/gcc13/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit a05177f

Please sign in to comment.