wasm target doesn't compile with -maes flag set. I use this flag on PC to build bin packages for low-end laptop. Maybe more flags should be filtered. 508c508 < export CFLAGS_${wasm_target//-/_}="$(filter-flags '-mcpu*' '-march*' '-mtune*'; echo "$CFLAGS")" --- > export CFLAGS_${wasm_target//-/_}="$(filter-flags '-mcpu*' '-march*' '-mtune*' '-maes*'; echo "$CFLAGS")" Reproducible: Always
Thanks for informing! The same problem.
Created attachment 904888 [details, diff] filter -maes also to build wasm target in chroot also Please apply this patch to actual rust ebuilds and keep in incomming versions. Thanks :-)
Created attachment 904892 [details, diff] filter -maes also to build wasm target in chroot also
To reproduce problem try to manually set to CFLAGS -maes and emerge will complain wasm don't support aes.