-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.