From 03a4a18ed646413125217208e8eed48e1a33f58c Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Tue, 4 Oct 2011 13:06:56 -0700 Subject: Switched all makefiles to arm-none-eabi default. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 766073d..fe06961 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ ## along with this program. If not, see . ## -# PREFIX ?= arm-none-eabi -PREFIX ?= arm-elf +PREFIX ?= arm-none-eabi +#PREFIX ?= arm-elf DESTDIR ?= /usr/local INCDIR = $(DESTDIR)/$(PREFIX)/include LIBDIR = $(DESTDIR)/$(PREFIX)/lib -- cgit v1.2.3