mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
68ba965474
commit
4a64cb4161
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue