From 0a66d52ec836b361521652a09c3ebf7cd91fcd0f Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Sun, 2 Oct 2011 01:13:14 -0700 Subject: [PATCH] Switched the makefile default from arm-elf to arm-none-eabi. --- examples/stm32/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/stm32/Makefile.include b/examples/stm32/Makefile.include index acb78e8e..f370f457 100644 --- a/examples/stm32/Makefile.include +++ b/examples/stm32/Makefile.include @@ -18,8 +18,8 @@ ## along with this program. If not, see . ## -# PREFIX ?= arm-none-eabi -PREFIX ?= arm-elf +PREFIX ?= arm-none-eabi +#PREFIX ?= arm-elf CC = $(PREFIX)-gcc LD = $(PREFIX)-gcc OBJCOPY = $(PREFIX)-objcopy