From patchwork Fri Sep 18 11:41:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 48517 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8IBgVvl014065 for ; Fri, 18 Sep 2009 11:42:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756649AbZIRLl4 (ORCPT ); Fri, 18 Sep 2009 07:41:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756645AbZIRLlz (ORCPT ); Fri, 18 Sep 2009 07:41:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40488 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756619AbZIRLlw (ORCPT ); Fri, 18 Sep 2009 07:41:52 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8IBftMc010763 for ; Fri, 18 Sep 2009 07:41:55 -0400 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8IBfa8r017440; Fri, 18 Sep 2009 07:41:50 -0400 From: Juan Quintela To: kvm@vger.kernel.org Subject: [PATCH 08/24] Bring ia64 to current arch selection code Date: Fri, 18 Sep 2009 13:41:19 +0200 Message-Id: <02c35c6e4e3deeca97ee835c3728aa36c8a92122.1253272938.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Signed-off-by: Juan Quintela --- configure | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/configure b/configure index bbb0c9d..7806456 100755 --- a/configure +++ b/configure @@ -2262,9 +2262,6 @@ case "$target_arch2" in target_phys_bits=64 ;; ia64) - echo "TARGET_ARCH=ia64" >> $config_host_mak - echo "#define TARGET_ARCH \"ia64\"" >> $config_host_h - echo "#define TARGET_IA64 1" >> $config_host_h target_phys_bits=64 ;; alpha)