Skip to content

Commit

Permalink
fix kindle toolchain selection
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed Oct 27, 2014
1 parent 87d26f5 commit 2a2c0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
endif

# set CC CXX AR LD RANLIB
ifneq (,$(filter $(TARGET), kindle, arm-generic))
ifneq (,$(filter $(TARGET), kindle arm-generic))
CHOST?=arm-linux-gnueabi
else ifeq ($(TARGET), kindle5)
CHOST?=arm-kindle5-linux-gnueabi
Expand Down

0 comments on commit 2a2c0f3

Please sign in to comment.