mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Allow overriding HOSTARCH
git-svn-id: svn://coreboot.org/openbios/openbios-devel@433 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -15,7 +15,9 @@ chmod 755 config/scripts/switch-arch
|
||||
chmod 755 config/scripts/archname
|
||||
chmod 755 config/scripts/reldir
|
||||
chmod 755 config/scripts/crosscflags
|
||||
if test "x$HOSTARCH" = "x"; then
|
||||
HOSTARCH=`config/scripts/archname`
|
||||
fi
|
||||
|
||||
echo "Configuring OpenBIOS on $HOSTARCH for $*"
|
||||
for RULES_ARCH in $*; do
|
||||
|
||||
Reference in New Issue
Block a user