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