Closed cmartinezlozano closed 4 years ago
This issue will fix https://github.com/projectNe10/Ne10/issues/131 and related ones:
Removed hard mfloat-abi, use softfp instead: https://android.googlesource.com/platform/ndk/+/ndk-r12-release/docs/HardFloatAbi.md
hard
Added -fno-integrated-as: https://android.googlesource.com/platform/ndk/+/master/docs/ClangMigration.md
-fno-integrated-as
These changes can be easy covered setting the flags outside Ne10 instead.
This issue will fix https://github.com/projectNe10/Ne10/issues/131 and related ones:
Removed
hard
mfloat-abi, use softfp instead: https://android.googlesource.com/platform/ndk/+/ndk-r12-release/docs/HardFloatAbi.mdAdded
-fno-integrated-as
: https://android.googlesource.com/platform/ndk/+/master/docs/ClangMigration.md