Blackfin arch: set CROSS_COMPILE in our arch Makefile so it gets used by default

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Mike Frysinger 2008-07-14 17:10:50 +08:00 committed by Bryan Wu
parent ed987319ed
commit c71b478351
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@
# for more details. # for more details.
# #
ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE ?= bfin-uclinux- CROSS_COMPILE := bfin-uclinux-
endif
LDFLAGS_vmlinux := -X LDFLAGS_vmlinux := -X
OBJCOPYFLAGS := -O binary -R .note -R .comment -S OBJCOPYFLAGS := -O binary -R .note -R .comment -S
GZFLAGS := -9 GZFLAGS := -9