]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Switch compiler to arm-eabi instead of arm-elf
authormarcansoft <marcansoft@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sat, 20 Feb 2010 21:28:29 +0000 (21:28 +0000)
committermarcansoft <marcansoft@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sat, 20 Feb 2010 21:28:29 +0000 (21:28 +0000)
Non-EABI has been deprecated for a while and in fact won't build
with interworking support these days. Configuring the latest
gcc/binutils for arm-eabi works out of the box, so use that.

common/Makefile.common

index c1193f9aa7e2de2d4440b16e0ddba8b2f9e6139f..0d0e2e8239668e260eb4c39a745fa5b96efa813d 100644 (file)
@@ -9,7 +9,7 @@
 # (The including Makefile still needs to define what 'all' is)
 all:
 
-CROSS   = arm-elf-
+CROSS   = arm-eabi-
 CC     = $(CROSS)gcc
 AS     = $(CROSS)as
 LD     = $(CROSS)ld
Impressum, Datenschutz