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

Fix build on Raspberry Pi2. #75

Merged
merged 2 commits into from Jun 18, 2015
Merged

Fix build on Raspberry Pi2. #75

merged 2 commits into from Jun 18, 2015

Commits on Jun 16, 2015

  1. Fix build on Raspberry Pi2.

    As the debian based linux distro uses 'alternatives' to allow selecting
    tools (i.e. compiler), hardcoding the CC compiler to arm-linux-gnueabihf-gcc
    may not point to the user selected default compiler.
    
    After discussion, it makes sense to only set the tools if you are crosscompiling.
    Adenilson committed Jun 16, 2015

Commits on Jun 17, 2015

  1. Fixing URL (addresses reviewing request).

    Adenilson committed Jun 17, 2015
You can’t perform that action at this time.