summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-02 18:31:36 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-02 18:31:36 +0000
commitab76a0db287f41c100be1d467a4077fd60789d72 (patch)
treed9ddbe1cd33805ce49d9dcc597ae52f64f98a45d /rbutil
parent8687c5cebb458e983fa858f37a3bb1e1916fbfb2 (diff)
downloadrockbox-ab76a0db287f41c100be1d467a4077fd60789d72.tar.gz
rockbox-ab76a0db287f41c100be1d467a4077fd60789d72.zip
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
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/mkamsboot/dualboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkamsboot/dualboot/Makefile b/rbutil/mkamsboot/dualboot/Makefile
index 32e609c8a4..0aa1e3f7d9 100644
--- a/rbutil/mkamsboot/dualboot/Makefile
+++ b/rbutil/mkamsboot/dualboot/Makefile
@@ -1,5 +1,5 @@
1CC=gcc 1CC=gcc
2CROSS_PREFIX=arm-elf 2CROSS_PREFIX?=arm-elf-eabi
3# Edit the following variables (plus copy/paste another set of rules) when 3# Edit the following variables (plus copy/paste another set of rules) when
4# adding a new target. mkamsboot.c also needs to be edited to refer to these 4# adding a new target. mkamsboot.c also needs to be edited to refer to these
5# new images. 5# new images.