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

Revert "Fix build in Raspberry Pi2." #162

Merged
merged 1 commit into from Jun 25, 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

Revert "Fix build in Raspberry Pi2."

  • Loading branch information
Ms2ger committed Jun 25, 2015
commit 3c07062ceb949d9d4469a7f1f78883f968992960
@@ -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.