mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Update build target description
git-svn-id: svn://coreboot.org/openbios/openbios-devel@419 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ x"$1" = x ]; then
|
if [ x"$1" = x ]; then
|
||||||
printf "Usage:\n $0 [arch-config]"
|
printf "Usage:\n $0 [arch-config]\n"
|
||||||
printf "\narch-config: cross-ppc, x86\n"
|
printf "arch-config values supported for native builds:\n"
|
||||||
|
printf " amd64, ppc, sparc32, sparc64, x86\n"
|
||||||
|
printf "arch-config values supported for cross compiled builds:\n"
|
||||||
|
printf " cross-ppc, cross-sparc32, cross-sparc64, cross-x86\n"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user