From patchwork Sun Nov 14 11:49:02 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 71108 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 9C040B7129 for ; Sun, 14 Nov 2010 23:06:20 +1100 (EST) Received: from localhost ([127.0.0.1]:43240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHbLd-0006gw-RA for incoming@patchwork.ozlabs.org; Sun, 14 Nov 2010 07:06:17 -0500 Received: from [140.186.70.92] (port=43644 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHb5f-00037C-LL for qemu-devel@nongnu.org; Sun, 14 Nov 2010 06:49:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHb5e-0004R8-Bu for qemu-devel@nongnu.org; Sun, 14 Nov 2010 06:49:47 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:44131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHb5e-0004Eg-7P for qemu-devel@nongnu.org; Sun, 14 Nov 2010 06:49:46 -0500 Received: by mail-pz0-f45.google.com with SMTP id 6so976259pzk.4 for ; Sun, 14 Nov 2010 03:49:45 -0800 (PST) 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=F2ys6AMMUSBx0eA8Rsij59LgRELq0G9ebO3bYjiaAAw=; b=gHaePd5RwqdP8+IbVq/DJzERM28tda5qfKP35xs5LWEP7NG6hdGAA9YoSb/IVvybDG 4zA4UMu1jg0xU9IS8R7odGCmJbZUoVyIbtFaJdP6RqB8WxrlNWzbYrWZVlnnYtoXMfo6 wtPrOMvQQZFPg5meYQcz5tlbUt9Nje8uz+KfU= 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=lNyIHCyZVR7r+b2SU+Tejh/8gUm71+3l2gVBS8rWd4DysxkPqmkAzHUI6Zz+Y7jheV BRU1L+fmPwtTdr53B9us2H16jJaCNZicGYSb+m/lbtsbyNrSQsAKwoCZzM7CQW1ht7j6 Di+DBEou4OyFL4xtgNzWTDjzqRZMRsbmPnNG8= Received: by 10.142.157.7 with SMTP id f7mr3117626wfe.335.1289735385813; Sun, 14 Nov 2010 03:49:45 -0800 (PST) Received: from localhost.localdomain (s209p8.home.99maxprogres.cz [85.93.118.17]) by mx.google.com with ESMTPS id x35sm7086810wfd.13.2010.11.14.03.49.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 14 Nov 2010 03:49:45 -0800 (PST) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Sun, 14 Nov 2010 12:49:02 +0100 Message-Id: <1289735342-8660-15-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.3.2 In-Reply-To: <1289735342-8660-1-git-send-email-pbonzini@redhat.com> References: <1289735342-8660-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/14] 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 4412234..4cc3754 100755 --- a/configure +++ b/configure @@ -3113,7 +3113,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