From b12642aabc5f1736c1a435204ba80a6b87ff0f15 Mon Sep 17 00:00:00 2001 From: kai Date: Sat, 4 Jan 2020 01:04:57 +0100 Subject: [PATCH] reverse PREFIX = arm-none-eabi- as default ; --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fc7f4fe..897c341 100644 --- a/Makefile +++ b/Makefile @@ -55,8 +55,8 @@ startup_stm32f103xe.s ####################################### # binaries ####################################### -#PREFIX = arm-none-eabi- -PREFIX = gcc-arm-none-eabi-7/bin/arm-none-eabi- +PREFIX = arm-none-eabi- +#PREFIX = gcc-arm-none-eabi-7/bin/arm-none-eabi- CC = $(PREFIX)gcc AS = $(PREFIX)gcc -x assembler-with-cpp CP = $(PREFIX)objcopy