diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-02-24 15:48:16 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-02-24 15:48:16 +0000 |
commit | c8c2d4f2253694802ef720f098c57800570ad2fc (patch) | |
tree | 410725f8a6a2dbdb27e1ec93893d4e01554c3d37 /lang/python38 | |
parent | net-mgmt/net-snmp: fix net-snmp-config on jail hosts (diff) |
lang/python3: allow using LTO on powerpc64
It was recently fixed and will be available in 13.2-RELEASE.
Since LTO is not enabled by default, it's ok to make it available.
Diffstat (limited to 'lang/python38')
-rw-r--r-- | lang/python38/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/python38/Makefile b/lang/python38/Makefile index 07a565977f73..056ff45a8f98 100644 --- a/lang/python38/Makefile +++ b/lang/python38/Makefile @@ -50,7 +50,6 @@ PLIST_SUB= ABI=${ABIFLAGS} \ OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC OPTIONS_DEFAULT= LIBMPDEC PYMALLOC -OPTIONS_EXCLUDE_powerpc64= LTO OPTIONS_EXCLUDE_riscv64= LTO OPTIONS_RADIO= HASH OPTIONS_RADIO_HASH= FNV SIPHASH |