From nobody Tue Oct 28 12:16:36 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1515391167925387.37113396549034; Sun, 7 Jan 2018 21:59:27 -0800 (PST) Received: from localhost ([::1]:40590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYQT1-0007Af-3w for importer@patchew.org; Mon, 08 Jan 2018 00:59:27 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYQNv-0003CO-ON for qemu-devel@nongnu.org; Mon, 08 Jan 2018 00:54:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYQNu-0006Va-Fk for qemu-devel@nongnu.org; Mon, 08 Jan 2018 00:54:11 -0500 Received: from ozlabs.org ([103.22.144.67]:42945) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYQNu-0006Sl-4W; Mon, 08 Jan 2018 00:54:10 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 3zFPbb05CLz9t2x; Mon, 8 Jan 2018 16:54:02 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1515390843; bh=k8V0H5Bi8xidDhCB4jwWNIBJGbAQw6tRJuQTdtLEdwQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GhzcvuCSGWbGK+5t//I1YDhpq5p36zq/olXyjAz0GGPS2KvoY93WUj+i699I7SJuD 5Jf6D5wQLlTnR9Wsix/Te9Dzkfp1xB7cHYTgSPOtJg6UfrX96eJbkHfL0w07+ETDbS NGfS34x7ZB9XDKakhzifu1Y18pja90f8oNRRLjV8= From: David Gibson To: peter.maydell@linaro.org Date: Mon, 8 Jan 2018 16:53:46 +1100 Message-Id: <20180108055348.20444-11-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180108055348.20444-1-david@gibson.dropbear.id.au> References: <20180108055348.20444-1-david@gibson.dropbear.id.au> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 103.22.144.67 Subject: [Qemu-devel] [PULL 10/12] Update dtc to fix compilation problem on Mac OS 10.6 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: surajjs@au1.ibm.com, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, John Arbuckle , groug@kaod.org, qemu-ppc@nongnu.org, David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: John Arbuckle Currently QEMU does not build on Mac OS 10.6 because of a missing patch in the dtc subproject. Updating dtc to make the patch available fixes this problem. Signed-off-by: John Arbuckle Signed-off-by: David Gibson --- dtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtc b/dtc index 558cd81bdd..e54388015a 160000 --- a/dtc +++ b/dtc @@ -1 +1 @@ -Subproject commit 558cd81bdd432769b59bff01240c44f82cfb1a9d +Subproject commit e54388015af1fb4bf04d0bca99caba1074d9cc42 --=20 2.14.3