]> git.proxmox.com Git - qemu.git/commit - Makefile.target
target-alpha: Enable the alpha-softmmu target.
authorRichard Henderson <rth@twiddle.net>
Fri, 20 May 2011 21:02:28 +0000 (14:02 -0700)
committerRichard Henderson <rth@anchor.twiddle.net>
Tue, 31 May 2011 17:18:05 +0000 (10:18 -0700)
commitb758aca1f6cdb175634812b79f5560c36c902d00
tree4654a484ef18c9ff93245f04b7a11ffadf590b70
parent129d8aa575b1a0c06b471a506c5a233bd270bff4
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>
Makefile.target
configure
default-configs/alpha-softmmu.mak [new file with mode: 0644]
target-alpha/machine.c [new file with mode: 0644]