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 bfd instead of gold linker on aarch64 #135

Merged
merged 1 commit into from
Mar 16, 2016

Conversation

tmpsantos
Copy link
Contributor

We were getting segmentation faults and illegal instructions. My take is support for aarch64 + C++14 symbols is fresh. I didn't find anyone else reporting similar issues so I created one on AOP.

AOP issue:
https://code.google.com/p/android/issues/detail?id=204151

Mapbox GL Native issues:
mapbox/mapbox-gl-native#1956
mapbox/mapbox-gl-native#3128

We were getting segmentation faults and illegal instructions. My
take is support for aarch64 + C++14 symbols is fresh. I didn't
find anyone else reporting similar issues so I created one on AOP.

AOP issue:
https://code.google.com/p/android/issues/detail?id=204151

Mapbox GL Native issues:
mapbox/mapbox-gl-native#1956
mapbox/mapbox-gl-native#3128
@tmpsantos
Copy link
Contributor Author

/cc @bleege

tmpsantos added a commit that referenced this pull request Mar 16, 2016
Use bfd instead of gold linker on aarch64
@tmpsantos tmpsantos merged commit 08e5627 into master Mar 16, 2016
@tmpsantos tmpsantos deleted the tmpsantos-use_bfd_for_aarch64 branch March 16, 2016 21:29
@springmeyer
Copy link
Contributor

Curious what version of the gold linker/binutils is available on android? FWIW I hit bugs in gold around -flto (Project-OSRM/node-osrm#153 (comment)) so I packaged 2.26 with mason (https://github.com/mapbox/mason/blob/master/scripts/binutils/2.26/script.sh) to workaround those bugs.

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.

None yet

2 participants