Add case for arm* in get_official_arch()

cleanup-cruft
Andrew Gaffney 16 years ago
parent aa0eb23e87
commit 0ba1e9ee0c

@ -2,6 +2,9 @@
# Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
# Distributed under the GPL v2 # Distributed under the GPL v2
31 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
Add case for arm* in get_official_arch()
31 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/busy-config: 31 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/busy-config:
Enable CONFIG_MKSWAP for netboot busybox Enable CONFIG_MKSWAP for netboot busybox

@ -17,6 +17,9 @@ get_official_arch() {
mips|mips64) mips|mips64)
ARCH="mips" ARCH="mips"
;; ;;
arm*)
ARCH=arm
;;
*) *)
;; ;;
esac esac

Loading…
Cancel
Save