aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-10 01:28:01 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-05-10 01:28:01 +0900
commit457daa2b66e07bbd2280b9f8d2b03e800f357243 (patch)
tree9b597631f1b112917b58d084e59d6158d9fe739b /arch/sh/Makefile
parentsh: Consolidate the boot link and entry offset definitions. (diff)
downloadlinux-dev-457daa2b66e07bbd2280b9f8d2b03e800f357243.tar.xz
linux-dev-457daa2b66e07bbd2280b9f8d2b03e800f357243.zip
sh: Hook up cc-cross-prefix support.
This implements a simple case that just iterates through the common cases, looking at UTS_MACHINE for hints. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r--arch/sh/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile
index c1bbae1f65e3..a47fbd260ba4 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -101,6 +101,12 @@ LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \
-e phys_stext_shmedia
endif
+ifneq ($(SUBARCH),$(ARCH))
+ ifeq ($(CROSS_COMPILE),)
+ CROSS_COMPILE := $(call cc-cross-prefix, $(UTS_MACHINE)-linux- $(UTS_MACHINE)-linux-gnu- $(UTS_MACHINE)-unknown-linux-gnu-)
+ endif
+endif
+
ifdef CONFIG_CPU_LITTLE_ENDIAN
ld-bfd := elf32-$(UTS_MACHINE)-linux
LDFLAGS_vmlinux += --defsym 'jiffies=jiffies_64' --oformat $(ld-bfd)