Skip to content

Commit

Permalink
add loong 64 support
Browse files Browse the repository at this point in the history
Signed-off-by: yzewei <yangzewei@loongson.cn>
  • Loading branch information
yzewei committed Dec 25, 2023
1 parent dcea4ed commit 0b44542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/configure_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ if [ -z "$QEMU_TARGETS" ]; then
if [ "$arch" != "mips64" ] ; then
QEMU_TARGETS="$QEMU_TARGETS mips64-linux-user"
fi
if [ "$arch" != "loong64" ] ; then
QEMU_TARGETS="$QEMU_TARGETS loong64-linux-user"
fi
fi

set -x
Expand Down

0 comments on commit 0b44542

Please sign in to comment.