But let people override CROSS if they reall want to ;)

This commit is contained in:
marcansoft 2010-02-20 21:32:09 +00:00
parent 272e55ca64
commit c062856a74

View file

@ -9,7 +9,7 @@
# (The including Makefile still needs to define what 'all' is)
all:
CROSS = arm-eabi-
CROSS ?= arm-eabi-
CC = $(CROSS)gcc
AS = $(CROSS)as
LD = $(CROSS)ld