arm defaults to hard float since r300119. This patch removes a FreeBSD-specific code from Clang.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Hmm, if arm on FreeBSD 10.x and earlier still uses this selection, I would rather put in a major OS version check. This way, we can send this change upstream without modification, and it will work correctly also for out-of-tree clang (which, at some point, is going to be the default).
Comment Actions
The default ABI prior to armv6 should still be soft, this seems to change it to softfp. There is also no reason to not default to softfp on armv6 on 10.
Comment Actions
@andrew, does this cover all cases correctly now? I'll submit it upstream then, after comitting into our tree.