1
0
forked from pool/kernel-source

commit b1aa50ee0ed2806a207c2e81fbc566f20049686b

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7462
This commit is contained in:
Michal Marek
2013-03-01 07:05:18 +00:00
committed by Git OBS Bridge
parent a340a2ffee
commit 819e53ad77
46 changed files with 1095 additions and 82 deletions

View File

@@ -25,7 +25,7 @@
if [ "$1" = "--list" ]; then
# List all known architectures
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv5tel armv7hl
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv5tel armv7hl arm64
exit 0
fi
@@ -39,6 +39,9 @@ case "$ARCH" in
i?86 | pentium3 | pentium4 | athlon | geode)
echo i386
;;
aarch64)
echo arm64
;;
*)
echo "$ARCH"
;;