From patchwork Tue Oct 12 13:00:32 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 67570 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 ozlabs.org (Postfix) with ESMTPS id 59A13B70DD for ; Wed, 13 Oct 2010 00:31:57 +1100 (EST) Received: from localhost ([127.0.0.1]:38907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5exO-000799-4P for incoming@patchwork.ozlabs.org; Tue, 12 Oct 2010 09:31:54 -0400 Received: from [140.186.70.92] (port=41007 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5eU6-0007ZJ-GQ for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5eU0-0004dZ-A5 for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:01:38 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:60844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5eU0-0004WW-7b for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:01:32 -0400 Received: by mail-qy0-f180.google.com with SMTP id 1so4942468qyk.4 for ; Tue, 12 Oct 2010 06:01:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :message-id:x-mailer:in-reply-to:references; bh=B1V5M6w9P4HulRi80rjbEHwbshrSQ2PD9K1r/CJpqPw=; b=F39rMQUQGHggg04KGxZlxnKA1Ac9IpSNQr/P1sm7/hGSTpHF/0a3QDwTm00r8+oH1L ZbDamhBLyzq5dl2YFWtiBF4oZ2/JV3/TdVGUYE2ErMCoJM3oU4CKNOdzgFQ1EOYuGys4 fPe6o/XXwoTPq47HLsRwHhGR9ZOW+aQTdVaQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; b=LBDd+MuTfP8HULUfmuHFFC8wodzKPBSp835iivkdBHMv0/ltABdN9uohXkEO69OspZ ec2G62eFeF+T+gI6vzltVvK/O0RVrVrKYutTpy/8s8LTeh4mjcUYmrc72JfxnPBcA+Tv Hn920Njx9eayWZsoKBAWxdQz+MD4bzGe8xHXQ= Received: by 10.224.208.134 with SMTP id gc6mr1239462qab.335.1286888491798; Tue, 12 Oct 2010 06:01:31 -0700 (PDT) Received: from localhost.localdomain (nat-pool-brq-t.redhat.com [209.132.186.34]) by mx.google.com with ESMTPS id s34sm5931078qcp.20.2010.10.12.06.01.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Oct 2010 06:01:30 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Oct 2010 15:00:32 +0200 Message-Id: <1286888457-5033-15-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> References: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [Qemu-devel] [PATCH 14/39] remove HOST_CC mention from roms/{sea, vga}bios/config.mak 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 Not used in the submodules. Signed-off-by: Paolo Bonzini --- configure | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure b/configure index e059525..068b40a 100755 --- a/configure +++ b/configure @@ -3129,7 +3129,6 @@ for rom in seabios vgabios ; do echo "CPP=${cross_prefix}cpp" >> $config_mak echo "OBJCOPY=objcopy" >> $config_mak echo "IASL=iasl" >> $config_mak - echo "HOST_CC=$host_cc" >> $config_mak echo "LD=$ld" >> $config_mak done