From b758aca1f6cdb175634812b79f5560c36c902d00 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 20 May 2011 14:02:28 -0700 Subject: 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 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index a318d37..53666d2 100755 --- a/configure +++ b/configure @@ -831,6 +831,7 @@ if [ "$softmmu" = "yes" ] ; then default_target_list="\ i386-softmmu \ x86_64-softmmu \ +alpha-softmmu \ arm-softmmu \ cris-softmmu \ lm32-softmmu \ -- cgit v1.1