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:
Rafaël Carré 2011-12-02 18:31:36 +00:00
parent 8687c5cebb
commit ab76a0db28

View file

@ -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.