Skip to content

Commit

Permalink
Add ABI detection for Gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
reinforce authored and amery committed Sep 29, 2013
1 parent 0809383 commit 9971394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.config
Expand Up @@ -22,6 +22,8 @@ ifeq ($(ABI),)
ABI = armhf ABI = armhf
else ifeq ($(dumpmachine),armv7hl-redhat-linux-gnueabi) # fedora HF else ifeq ($(dumpmachine),armv7hl-redhat-linux-gnueabi) # fedora HF
ABI = armhf ABI = armhf
else ifeq ($(dumpmachine),armv7a-hardfloat-linux-gnueabi) # gentoo HF
ABI = armhf
endif endif
$(info ABI="$(ABI)" (Detected)) $(info ABI="$(ABI)" (Detected))
else else
Expand Down

0 comments on commit 9971394

Please sign in to comment.