Skip to content

Commit

Permalink
Blackfin arch: set CROSS_COMPILE in our arch Makefile so it gets used…
Browse files Browse the repository at this point in the history
… by default

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jul 14, 2008
1 parent ed98731 commit c71b478
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/blackfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
# for more details.
#


CROSS_COMPILE ?= bfin-uclinux-
ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := bfin-uclinux-
endif
LDFLAGS_vmlinux := -X
OBJCOPYFLAGS := -O binary -R .note -R .comment -S
GZFLAGS := -9
Expand Down

0 comments on commit c71b478

Please sign in to comment.