forked from pool/kernel-source
GIT Revision: 28551a0ccbd86d860385baf989e29ddaa7047002
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7153
This commit is contained in:
committed by
Git OBS Bridge
parent
f1e5e28c9e
commit
0767f21fc9
@@ -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
|
||||
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc arm
|
||||
exit 0
|
||||
fi
|
||||
|
||||
@@ -39,6 +39,9 @@ case "$ARCH" in
|
||||
i?86 | pentium3 | pentium4 | athlon | geode)
|
||||
echo i386
|
||||
;;
|
||||
arm*)
|
||||
echo arm
|
||||
;;
|
||||
*)
|
||||
echo "$ARCH"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user