1
0
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:
Michal Marek
2011-11-24 06:01:59 +00:00
committed by Git OBS Bridge
parent 84d3695d39
commit 0b544832a4
35 changed files with 77386 additions and 14 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 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"
;;