From ab76a0db287f41c100be1d467a4077fd60789d72 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 2 Dec 2011 18:31:36 +0000 Subject: 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 --- rbutil/mkamsboot/dualboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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. -- cgit