www-client/firefox: split up neon and thumb #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Right now using clang makes it impossible to allow fpu=neon, but also with gcc thumb needs additional rust-std called thumbv7neon-unknown-linux-gnueabihf. There is still a lot of testing needed to check if it might work to bootstrap that rust-std, but if it does it hasn't worked to detect that additional rust-std at configure when tested last time half a year ago. Situation might have improved, but now known yet. Furthermore, there is not much hope for thumb to ever work with musl, this is it's own can of worms.
This commit should allow it to use clang and fpu=neon, and allows it to turn of thumb for people using musl or those who fail to set up the thumbv7neon-unknown-linux-gnueabihf rust-std
cross compiling with gcc-9 works in all variants