mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
add i86pc substitute, which is x86 on solaris
git-svn-id: svn://coreboot.org/openbios/openbios-devel@10 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -9,7 +9,7 @@ case "$1" in
|
||||
ppc|powerpc|mpc107|osx|darwin) ARCH=ppc ;;
|
||||
esac
|
||||
|
||||
test "$ARCH" || ARCH=`uname -m | sed -e s/i.86/x86/ -e s/sun4u/sparc64/ \
|
||||
test "$ARCH" || ARCH=`uname -m | sed -e s/i.86/x86/ -e s/i86pc/x86/ -e s/sun4u/sparc64/ \
|
||||
-e s/arm.*/arm/ -e s/sa110/arm/ -e s/x86_64/amd64/ \
|
||||
-e "s/Power Macintosh/ppc/"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user