From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R68w9-000422-DA for qemu-devel@nongnu.org; Tue, 20 Sep 2011 18:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R68w8-0007HZ-9w for qemu-devel@nongnu.org; Tue, 20 Sep 2011 18:37:09 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:44026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R68w8-0007HS-4f for qemu-devel@nongnu.org; Tue, 20 Sep 2011 18:37:08 -0400 Received: by fxh13 with SMTP id 13so1083388fxh.4 for ; Tue, 20 Sep 2011 15:37:07 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Tue, 20 Sep 2011 15:36:24 -0700 Message-Id: <1316558184-4287-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH] Revert "alpha-softmmu: Disable for the 0.15 release branch." List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori This reverts commit 46f08792bb4a69ab8aab897c174d82b006026140. This was not supposed to be applied to mainline. Signed-off-by: Richard Henderson --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index ad924c4..414317a 100755 --- a/configure +++ b/configure @@ -855,6 +855,7 @@ if [ "$softmmu" = "yes" ] ; then default_target_list="\ i386-softmmu \ x86_64-softmmu \ +alpha-softmmu \ arm-softmmu \ cris-softmmu \ lm32-softmmu \ -- 1.7.6.2