Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 904892 Details for
Bug 934034
dev-lang/rust wasm target needs strip -maes also (maybe more) to build in chroot
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
filter -maes also to build wasm target in chroot also
rust-1.81.0_filter_maes.patch (text/plain), 537 bytes, created by
deim
on 2024-10-04 07:09:32 UTC
(
hide
)
Description:
filter -maes also to build wasm target in chroot also
Filename:
MIME Type:
Creator:
deim
Created:
2024-10-04 07:09:32 UTC
Size:
537 bytes
patch
obsolete
>--- rust-1.81.0.ebuild 2024-09-18 05:11:16.000000000 +0200 >+++ rust-1.81.0.ebuild 2024-10-04 07:45:36.812230931 +0200 >@@ -503,7 +503,7 @@ > done > if use wasm; then > wasm_target="wasm32-unknown-unknown" >- export CFLAGS_${wasm_target//-/_}="$(filter-flags '-mcpu*' '-march*' '-mtune*'; echo "$CFLAGS")" >+ export CFLAGS_${wasm_target//-/_}="$(filter-flags '-mcpu*' '-march*' '-mtune*' '-maes*'; echo "$CFLAGS")" > cat <<- _EOF_ >> "${S}"/config.toml > [target.wasm32-unknown-unknown] > linker = "$(usex system-llvm lld rust-lld)"
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 934034
:
904888
| 904892