From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwgTN-0006OV-V1 for qemu-devel@nongnu.org; Sat, 19 Jan 2013 17:01:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwgTM-0000oT-VV for qemu-devel@nongnu.org; Sat, 19 Jan 2013 17:01:09 -0500 Received: from mail-ee0-f42.google.com ([74.125.83.42]:55253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwgTM-0000oH-P4 for qemu-devel@nongnu.org; Sat, 19 Jan 2013 17:01:08 -0500 Received: by mail-ee0-f42.google.com with SMTP id b47so2356937eek.29 for ; Sat, 19 Jan 2013 14:01:07 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50FB179F.3090805@redhat.com> Date: Sat, 19 Jan 2013 23:01:03 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1358590008-1681-1-git-send-email-pbonzini@redhat.com> <1358590008-1681-2-git-send-email-pbonzini@redhat.com> <50FAE072.4000904@suse.de> In-Reply-To: <50FAE072.4000904@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/4] build: move around libcacard-y definition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org Il 19/01/2013 19:05, Andreas Färber ha scritto: > Am 19.01.2013 11:06, schrieb Paolo Bonzini: >> > It is also needed if !CONFIG_SOFTMMU, unlike everything that surrounds it. > Why? linux-user should not depend on it - bad wording only? It is needed by libcacard/Makefile. You can build it even if you do not configure any softmmu target. Paolo