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

armv7l build support #5

Merged
merged 9 commits into from
Mar 14, 2015
Merged

Conversation

feldenthorne
Copy link
Contributor

In order to add armv7 support, a few files must be changed slightly to change the assumed availability of SSE2 instructions.

To make things simple, changes are made in the Qt makefile and the standard makefile - this allows hand-off compilation to anyone compiling the source, as the only real change is that the headless ARM version requires the xCPUARCH=armv7l command-line argument in addition to the standard UNIX build arguments.

I've also merged all the building instructions into the original UNIX build files, mostly because my original solution of creating a new file specifically for ARM builds was helpful to me, but I believe that it would be unhelpful in a release setting.

Please review these changes and let me know if you'd like me to clean anything up or style it in a particular way.

Edit: the most recent change, 35796f7, fixed Raspberry Pi 2 compatibility (I think), based on the experience of someone that emailed me. It removes the flag I set that forced thumb instruction mode because the RPi2 processor doesn't support the full range of hard-float math operations used by the wallet in thumb. Which is fine, I suppose, because it speeds up the wallet binary.

@feldenthorne feldenthorne mentioned this pull request Feb 22, 2015
magi-project pushed a commit that referenced this pull request Mar 14, 2015
@magi-project magi-project merged commit f1af2b0 into m-pays:master Mar 14, 2015
magi-project pushed a commit that referenced this pull request May 18, 2015
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