From nobody Sun Apr 28 20:23:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1562952495; cv=none; d=zoho.com; s=zohoarc; b=oeiV8JJcTJD/abo+RCBQkeqbGcDI9oU6sZ3Gc8vqiQQ2x5UwjvrDO9/PhPfAOTKu39BXISpEkmRiZ6WKzj6eDHTJepXbkSggctkgGQqieiEQfWzRAXFX+Z0kPx4nFD7dyVeRP1XjqSmqfhKd0KnT1qEcdxDljav2RX/mDDRy9V4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562952494; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=33KX7H/TbfKc9+L2eldid0/90iHQn0Gl0Iw7ovRydSQ=; b=iyRBhJ3bZHMpC7EC5pxU383yvC1RdBpqcAftMk+WjLRwFVSB/u13sC4oRsmFeTu6WFYw8aU6+UxmGyvXnfavT+FasfkHsPef2EtBPgZOfjF1Zodz8JCW9gsI5iBxoKbouC89rYwf66cUWYISE5idHXHZK9klKaCRPLDLaKIjMS4= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1562952494997397.16430832152275; Fri, 12 Jul 2019 10:28:14 -0700 (PDT) Received: from localhost ([::1]:51422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlzL5-0000E2-RM for importer@patchew.org; Fri, 12 Jul 2019 13:28:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37284) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlzKt-000884-2V for qemu-devel@nongnu.org; Fri, 12 Jul 2019 13:27:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlzKs-00039V-59 for qemu-devel@nongnu.org; Fri, 12 Jul 2019 13:27:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36208) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hlzKr-00033p-VV for qemu-devel@nongnu.org; Fri, 12 Jul 2019 13:27:54 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4DE17C057F30 for ; Fri, 12 Jul 2019 17:27:51 +0000 (UTC) Received: from localhost (ovpn-112-50.ams2.redhat.com [10.36.112.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8BA845D756; Fri, 12 Jul 2019 17:27:47 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: qemu-devel@nongnu.org Date: Fri, 12 Jul 2019 21:27:43 +0400 Message-Id: <20190712172743.17632-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Fri, 12 Jul 2019 17:27:51 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] build-sys: remove slirp cflags from main-loop.o X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pbonzini@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Left over from c2d63650d962612cfa1b21302782d4cd12142c74. Signed-off-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- util/Makefile.objs | 1 - 1 file changed, 1 deletion(-) diff --git a/util/Makefile.objs b/util/Makefile.objs index 38178201ff..68af3cd5e9 100644 --- a/util/Makefile.objs +++ b/util/Makefile.objs @@ -3,7 +3,6 @@ util-obj-y +=3D bufferiszero.o util-obj-y +=3D lockcnt.o util-obj-y +=3D aiocb.o async.o aio-wait.o thread-pool.o qemu-timer.o util-obj-y +=3D main-loop.o iohandler.o -main-loop.o-cflags :=3D $(SLIRP_CFLAGS) util-obj-$(call lnot,$(CONFIG_ATOMIC64)) +=3D atomic64.o util-obj-$(CONFIG_POSIX) +=3D aio-posix.o util-obj-$(CONFIG_POSIX) +=3D compatfd.o --=20 2.22.0.428.g6d5b264208