mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target-alpha: Enable the alpha-softmmu target.
With all of the pre-existing code that would not compile gone, this is the earliest point at which the target can be enabled. There is no machine defined yet, so this will crash on startup. Enable the target anyway, to make sure that further compilation problems do not creep back in. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
129d8aa575
commit
b758aca1f6
4 changed files with 86 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -831,6 +831,7 @@ if [ "$softmmu" = "yes" ] ; then
|
|||
default_target_list="\
|
||||
i386-softmmu \
|
||||
x86_64-softmmu \
|
||||
alpha-softmmu \
|
||||
arm-softmmu \
|
||||
cris-softmmu \
|
||||
lm32-softmmu \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue