summaryrefslogtreecommitdiff
path: root/Makefile.toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.toolchain')
-rw-r--r--Makefile.toolchain1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.toolchain b/Makefile.toolchain
index bee4b4a864..caa306ca51 100644
--- a/Makefile.toolchain
+++ b/Makefile.toolchain
@@ -7,7 +7,6 @@
#
# Toolchain configuration
-CROSS_COMPILE ?= arm-none-eabi-
HOST_CROSS_COMPILE ?= x86_64-pc-linux-gnu-
CC=$(CROSS_COMPILE)gcc