View Single Post
Old 09-17-2012, 09:00 AM   #649
dpavlin
Connoisseur
dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.
 
dpavlin's Avatar
 
Posts: 61
Karma: 116628
Join Date: May 2011
Location: Zagreb, Croatia
Device: Kindle K3G and DXG
Quote:
Originally Posted by Kai771 View Post
Hi,

Then I edited Makefile, changing

Code:
HOST:=arm-none-linux-gnueabi
into
Code:
HOST:=arm-linux-gnueabi
While this won't fix all your problems, you don't have to modify Makefile.

When variable is defiend with := in Makefile you can override it with arg after make like this:

Code:
make customupdate HOST=arm-linux-gnueabi
(or whatever your cross-compile gcc is prefixed with). Hope this helps...
dpavlin is offline   Reply With Quote