Rollup merge of #147300 - esp-rs:xtensa-meta, r=saethlin

Add xtensa arch to object file creation

Just something that was missed in the xtensa target PRs.
This commit is contained in:
Matthias Krüger 2025-10-03 21:10:34 +02:00 committed by GitHub
commit 30442dc496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3182,6 +3182,7 @@ impl Target {
"avr" => (Architecture::Avr, None),
"msp430" => (Architecture::Msp430, None),
"hexagon" => (Architecture::Hexagon, None),
"xtensa" => (Architecture::Xtensa, None),
"bpf" => (Architecture::Bpf, None),
"loongarch32" => (Architecture::LoongArch32, None),
"loongarch64" => (Architecture::LoongArch64, None),