FreeBSD Bugzilla – Attachment 248117 Details for
Bug 276249
lang/python311: Fix armv7 build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
no lto armv7 on current llvm17
patch2 (text/plain), 526 bytes, created by
Benjamin Jacobs
on 2024-02-01 19:46:55 UTC
(
hide
)
Description:
no lto armv7 on current llvm17
Filename:
MIME Type:
Creator:
Benjamin Jacobs
Created:
2024-02-01 19:46:55 UTC
Size:
526 bytes
patch
obsolete
>diff --git a/lang/python311/Makefile b/lang/python311/Makefile >index 9b8d5e69df96..434308a7087a 100644 >--- a/lang/python311/Makefile >+++ b/lang/python311/Makefile >@@ -48,6 +48,9 @@ PLIST_SUB= ABI=${ABIFLAGS} \ > > OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC > OPTIONS_DEFAULT= LIBMPDEC LTO PYMALLOC >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500005 >+OPTIONS_EXCLUDE_armv7= LTO >+.endif > OPTIONS_EXCLUDE_riscv64= LTO > OPTIONS_RADIO= HASH > OPTIONS_RADIO_HASH= FNV SIPHASH
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276249
:
247581
|
248091
|
248117
|
248118
|
248130
|
248139
|
248141
|
248142
|
248186