-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make armeabi-v7a use the hard float ABI? #30
Comments
or simply use |
In fact, it might be better to open a dedicated |
Hard float and libc++ are not supported by current cmake toolchain. No idea when they will be added as I have almost no time to work on new features. |
didn't understood your point… NDK r10d supports hard float (and NDK r10c too I think). Do you talk about something else? |
I've seen (l. 1290) that the
ARMEABI_V7A
ABI implies soft float.Is it possible to open another ABI (such as
armeabi-v7a with hardfp
value allowing the use of hard float ABI?The text was updated successfully, but these errors were encountered: