Skip to content
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

Open
opatry opened this issue Dec 9, 2014 · 4 comments
Open

How to make armeabi-v7a use the hard float ABI? #30

opatry opened this issue Dec 9, 2014 · 4 comments

Comments

@opatry
Copy link

opatry commented Dec 9, 2014

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?

@opatry
Copy link
Author

opatry commented Dec 9, 2014

or simply use armeabi-v7a-hard as ANDROID_ABI which seems to be the value to use in ndk-build builds

@opatry
Copy link
Author

opatry commented Dec 9, 2014

In fact, it might be better to open a dedicated FLOAT_ABI option used when applicable to keep usage of ${ANDROID_ABI} variable as output dir (the android packaging expects the libraries to be in libs/armeabi-v7a, soft or hard float usage.

@taka-no-me
Copy link
Owner

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.

@opatry
Copy link
Author

opatry commented Dec 12, 2014

didn't understood your point… NDK r10d supports hard float (and NDK r10c too I think). Do you talk about something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants