summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/target/firmware/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile.inc b/src/target/firmware/Makefile.inc
index 90498989..a91cf4f8 100644
--- a/src/target/firmware/Makefile.inc
+++ b/src/target/firmware/Makefile.inc
@@ -1,7 +1,7 @@
#### TOOLCHAIN CONFIGURATION ####
-CROSS_COMPILE?=arm-elf-
+CROSS_COMPILE?=arm-none-eabi-
CC=gcc
LD=ld