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 in Raspberry Pi2. #157

Merged
merged 1 commit into from Jun 19, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix build in Raspberry Pi2.

  • Loading branch information
Adenilson committed Jun 18, 2015
commit 0026b2994f50317aa4612ded3ba68957f8ed8d16
@@ -1,7 +1,7 @@
ifeq (eabi,$(findstring eabi,$(TARGET)))

CXX := $(TARGET)-g++
AR := $(TARGET)-ar
CXX ?= $(TARGET)-g++
AR ?= $(TARGET)-ar

else

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.