mkamsboot/dualboot: use arm-elf-eabi cross compiler by default
also allows user to change it with CROSS_COMPILE=xxx git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8687c5cebb
commit
ab76a0db28
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
CC=gcc
|
||||
CROSS_PREFIX=arm-elf
|
||||
CROSS_PREFIX?=arm-elf-eabi
|
||||
# Edit the following variables (plus copy/paste another set of rules) when
|
||||
# adding a new target. mkamsboot.c also needs to be edited to refer to these
|
||||
# new images.
|
||||
|
|
Loading…
Reference in a new issue