pocketbook-free / pocketbook_free

pocketbook free sources
39 stars 2 forks source link

[Kernel] Hardcoded crosscompiler path #12

Open Vanuan opened 12 years ago

Vanuan commented 12 years ago

In kernel's Makefile path to cross-compiler is hard-coded:

CROSS_COMPILE := /usr/local/arm/4.3.1-eabi-armv6/usr/bin/arm-linux-

How do you build kernel if cross-compiler is in different path?