Skip to content

Commit

Permalink
Update configure script to fix the RH850 architecture defines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Cauquil committed Jan 10, 2024
1 parent 0653b9c commit 677d19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2716,7 +2716,7 @@ case "$target_name" in
echo "TARGET_ABI32=y" >> $config_target_mak
;;
rh850)
TARGET_BASE_ARCH=rh850
TARGET_ARCH=rh850
TARGET_ABI_DIR=rh850
mttcg=no # system emulation is not supported for RH850
;;
Expand Down

0 comments on commit 677d19e

Please sign in to comment.