Change default prefix in Makefiles to arm-none-eabi for compatability with summon toolchain out the box.
This commit is contained in:
committed by
Stephen Caudle
parent
0565cb8378
commit
7133e79239
@@ -20,7 +20,7 @@
|
||||
##
|
||||
|
||||
PREFIX ?= arm-none-eabi
|
||||
#PREFIX ?= arm-elf
|
||||
# PREFIX ?= arm-elf
|
||||
CC = $(PREFIX)-gcc
|
||||
LD = $(PREFIX)-gcc
|
||||
OBJCOPY = $(PREFIX)-objcopy
|
||||
|
||||
Reference in New Issue
Block a user