Revert "Add initial support for hppa-unknown-linux-gnu"#3542
Conversation
|
@JohnTitor: no appropriate reviewer found, use r? to override |
078cdfa to
c60e5e1
Compare
Yes, sorry. We will fix that. I didn't know that you test all cases, and as I said in the initial pull request it's somehow a chicken/egg problem. |
|
@hdeller: Thanks for your work. I was wondering what's the plan here? Do we have a PR to add HPPA on rust-lang/rust? |
|
Hallo @antoyo, |
|
No, I was just checking if there was anything blocking you and if I could help unblock it. |
|
Can someone explain how we actually add HPPA support to rust-lang/rust? Is there an example somewhere? I was under the impression (hopefully wrongly) that it required LLVM support or for it to be a "proper" target. Is there any precedence for a rustc_codegen-only target getting support in rust-lang/rust? Thanks. |
|
@thesamesam You can propose it as a Tier 3 target, and in the target specification the target can declare that it requires the "gcc" codegen backend. |
|
@riking Thank you! |
Reverts #3539
This target doesn't exist on rustc yet.