Signed-off-by: Simon Horman <[EMAIL PROTECTED]>
Index: kexec-tools-sh/configure.ac
===================================================================
--- kexec-tools-sh.orig/configure.ac    2007-02-01 16:42:26.000000000 +0900
+++ kexec-tools-sh/configure.ac 2007-02-01 16:42:34.000000000 +0900
@@ -31,12 +31,15 @@
        s390x )
                host_cpu="s390"
                ;;
+       sh4|sh3 )
+               host_cpu="sh"
+               ;;
        * ) 
                host_cpu="$host_cpu"
                ;;
 esac
 case $host_cpu in
-       i386|ppc|x86_64|alpha|ppc64|ia64|s390)
+       i386|ppc|x86_64|alpha|ppc64|ia64|s390|sh)
                ;;
        * )
                AC_MSG_ERROR([ unsupported architecture $host_cpu])

--

-- 
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/

_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to