BuildConf/ARMv7 - Switched to eabi
authorJohn Hodge <[email protected]>
Mon, 28 Jan 2013 10:52:05 +0000 (18:52 +0800)
committerJohn Hodge <[email protected]>
Mon, 28 Jan 2013 10:52:05 +0000 (18:52 +0800)
BuildConf/armv7/Makefile.cfg

index 340fa0d..d2f0a0f 100644 (file)
@@ -3,10 +3,10 @@ ARM_CPUNAME = gerneric-armv7
 CC = arm-eabi-gcc -mcpu=$(ARM_CPUNAME)
 AS = arm-eabi-gcc -mcpu=$(ARM_CPUNAME) -c
 LD = arm-eabi-ld
-OBJDUMP = arm-elf-objdump
-DISASM = $(OBJDUMP) -d -S
+OBJDUMP = arm-eabi-objdump
+DISASM := $(OBJDUMP) -d -S
 ARCHDIR = armv7
-STRIP = arm-elf-strip
+STRIP = arm-eabi-strip
 
 ASSUFFIX = S
 

UCC git Repository :: git.ucc.asn.au