From patchwork Mon Aug 3 12:46:06 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 30515 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by bilbo.ozlabs.org (Postfix) with ESMTPS id 999F6B7B6A for ; Mon, 3 Aug 2009 23:15:06 +1000 (EST) Received: from localhost ([127.0.0.1]:59948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXxNT-0003bq-N7 for incoming@patchwork.ozlabs.org; Mon, 03 Aug 2009 09:14:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXwyu-00039e-Oj for qemu-devel@nongnu.org; Mon, 03 Aug 2009 08:49:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXwyq-00036Z-3c for qemu-devel@nongnu.org; Mon, 03 Aug 2009 08:49:35 -0400 Received: from [199.232.76.173] (port=51661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXwyp-00036K-8T for qemu-devel@nongnu.org; Mon, 03 Aug 2009 08:49:31 -0400 Received: from mx2.redhat.com ([66.187.237.31]:40771) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXwyo-0006uG-D8 for qemu-devel@nongnu.org; Mon, 03 Aug 2009 08:49:30 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n73CnTSe006426; Mon, 3 Aug 2009 08:49:29 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n73CnSpj026002; Mon, 3 Aug 2009 08:49:28 -0400 Received: from localhost.localdomain (vpn-12-117.rdu.redhat.com [10.11.12.117]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n73Cn8MJ009715; Mon, 3 Aug 2009 08:49:27 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Mon, 3 Aug 2009 14:46:06 +0200 Message-Id: In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PATCH 15/81] __sparc_*__ is defined through -D__sparc_*__ X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Juan Quintela --- configure | 3 --- create_config | 6 ------ 2 files changed, 0 insertions(+), 9 deletions(-) diff --git a/configure b/configure index 03467cd..6e59f74 100755 --- a/configure +++ b/configure @@ -1599,9 +1599,6 @@ if test "$solaris" = "yes" ; then echo "CONFIG_NEEDS_LIBSUNMATH=y" >> $config_host_mak fi fi -if test -n "$sparc_cpu"; then - echo "CONFIG__sparc_${sparc_cpu}__=y" >> $config_host_mak -fi if test "$gprof" = "yes" ; then echo "TARGET_GPROF=yes" >> $config_host_mak fi diff --git a/create_config b/create_config index 8e757f3..9dcbc5f 100755 --- a/create_config +++ b/create_config @@ -16,12 +16,6 @@ case $line in arch_name=`echo $arch | tr '[:lower:]' '[:upper:]'` echo "#define HOST_$arch_name 1" ;; - CONFIG__sparc_*=y) # configuration - name=${line%=*} - name=${name#CONFIG} - value=${line#*=} - echo "#define $name $value" - ;; CONFIG_AUDIO_DRIVERS=*) drivers=${line#*=} echo "#define CONFIG_AUDIO_DRIVERS \\"