Switched all makefiles to arm-none-eabi default.

This commit is contained in:
Piotr Esden-Tempski 2011-10-04 13:06:56 -07:00
parent 5d97653163
commit 03a4a18ed6
6 changed files with 12 additions and 12 deletions

View File

@ -17,8 +17,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
# 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

View File

@ -18,8 +18,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
# PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
LD = $(PREFIX)-gcc
OBJCOPY = $(PREFIX)-objcopy

View File

@ -18,8 +18,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
# PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
LD = $(PREFIX)-gcc
OBJCOPY = $(PREFIX)-objcopy

View File

@ -19,8 +19,8 @@
LIBNAME = libopencm3_lm3s
# PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
AR = $(PREFIX)-ar
CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \

View File

@ -19,8 +19,8 @@
LIBNAME = libopencm3_lpc13xx
# PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
AR = $(PREFIX)-ar
CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \

View File

@ -19,8 +19,8 @@
LIBNAME = libopencm3_stm32
# PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
AR = $(PREFIX)-ar
CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \