mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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
|
CC=gcc
|
||||||
CROSS_PREFIX=arm-elf
|
CROSS_PREFIX?=arm-elf-eabi
|
||||||
# Edit the following variables (plus copy/paste another set of rules) when
|
# 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
|
# adding a new target. mkamsboot.c also needs to be edited to refer to these
|
||||||
# new images.
|
# new images.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue