Add support for armv6hl-suse-linux-gnueabi and armv7hl-suse-linux-gnueabi triples used by openSUSE/SUSE.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I'm not sure that'll do what you expect it, though. Having the "hf" at the end of the triple has some magical effect on the Triple class.
But at the very least, you should make sure that float-abi is indeed hard.
I'm adding Diana and Saleem, who have had more exposure to float abi shenanigans than I have, recently.
Comment Actions
Indeed it doesn't hence we set the correct CFLAGS/CXXFLAGS separately for the moment.
But at the very least, you should make sure that float-abi is indeed hard.
Yes I'll work on that next. This is just to get the triple correct, which lets me bootstrap the compiler.
Comment Actions
Ok, I see no harm in letting you work upstream, since no one should be relying on the correct behaviour on opensuse for now. LGTM. Thanks!