sh: First support code of SuperH.
[oweals/u-boot.git] / Makefile
index ceee2c7bed3ad5ee4f7a33e23dd51a164a5e0d22..1a9b3d26003e9e66dfc66036e8147eb425369e23 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -151,6 +151,9 @@ endif
 ifeq ($(ARCH),avr32)
 CROSS_COMPILE = avr32-linux-
 endif
+ifeq ($(ARCH),sh)
+CROSS_COMPILE = sh4-linux-
+endif
 endif
 endif