From d4f70af91bce74ee742b57eb96626c168b6cc280 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sun, 15 Jun 2008 04:46:51 +0100 Subject: Add support for the sparc architecture. --- helpers/lh_binary_linux-image | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'helpers/lh_binary_linux-image') diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image index 04190909f..a4a34437b 100755 --- a/helpers/lh_binary_linux-image +++ b/helpers/lh_binary_linux-image @@ -64,6 +64,10 @@ case "${LH_ARCHITECTURE}" in powerpc) LINUX="vmlinux" ;; + + sparc) + LINUX="vmlinuz" + ;; esac Check_multiarchitecture -- cgit v1.2.3