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

Use armv7 for android build on travis. #488

Closed
wants to merge 1 commit into from

Conversation

pietro
Copy link
Contributor

@pietro pietro commented Mar 16, 2017

I noticed that just by changing the target these flags, -march=armv7-a and mfpu=vfpv3-d16, get passed to gcc. According to this we should also pass -mfloat-abi=softfp. We may also want to pass -thumb and -mfpu=neon and lean on on the runtime detection for arm cpu features. There's also the recommended flags to the linker that we may want to pass to both gcc and rustc.

@coveralls
Copy link

coveralls commented Mar 16, 2017

Coverage Status

Coverage remained the same at 93.697% when pulling da152ccbaac158ec3e964305cdc5db5a37a19ad5 on pietro:travis-android-armv7 into d9d662f on briansmith:master.

@pietro pietro force-pushed the travis-android-armv7 branch from da152cc to b6d1e52 Compare March 17, 2017 01:12
I agree to license my contributions to each file under the terms given
at the top of each file I changed.
@pietro pietro force-pushed the travis-android-armv7 branch from b6d1e52 to 612f027 Compare March 17, 2017 01:33
@coveralls
Copy link

coveralls commented Mar 17, 2017

Coverage Status

Changes Unknown when pulling 612f027 on pietro:travis-android-armv7 into ** on briansmith:master**.

@coveralls
Copy link

coveralls commented Mar 17, 2017

Coverage Status

Changes Unknown when pulling 612f027 on pietro:travis-android-armv7 into ** on briansmith:master**.

@briansmith
Copy link
Owner

Thanks! I landed this in master as d048e1e. I also filed #490 to track your other suggestions.

@briansmith briansmith closed this Mar 19, 2017
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

Successfully merging this pull request may close these issues.

3 participants