But let people override CROSS if they reall want to ;)
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
# (The including Makefile still needs to define what 'all' is)
|
# (The including Makefile still needs to define what 'all' is)
|
||||||
all:
|
all:
|
||||||
|
|
||||||
CROSS = arm-eabi-
|
CROSS ?= arm-eabi-
|
||||||
CC = $(CROSS)gcc
|
CC = $(CROSS)gcc
|
||||||
AS = $(CROSS)as
|
AS = $(CROSS)as
|
||||||
LD = $(CROSS)ld
|
LD = $(CROSS)ld
|
||||||
|
|||||||
Reference in New Issue
Block a user