Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux: use -musleabi* instead of -gnueabi* (or nothing)
This more accurately describes the libc we are using. This also adds the environment to _all_ Linux systems, not just ARM. And selects the correct ABI (soft/hardfloat) that's in use. I don't know whether it has any practical implications, but LLVM appears to be using this information so it seems wise to use the correct values.
- Loading branch information