From patchwork Thu Jan 4 19:49:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Programmingkid X-Patchwork-Id: 855790 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="dd5RnhvC"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zCJLl0jfwz9s7g for ; Fri, 5 Jan 2018 06:50:39 +1100 (AEDT) Received: from localhost ([::1]:36903 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXBXB-0001DW-91 for incoming@patchwork.ozlabs.org; Thu, 04 Jan 2018 14:50:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXBWi-0001C2-BW for qemu-devel@nongnu.org; Thu, 04 Jan 2018 14:50:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXBWf-0006X0-5G for qemu-devel@nongnu.org; Thu, 04 Jan 2018 14:50:08 -0500 Received: from mail-io0-x243.google.com ([2607:f8b0:4001:c06::243]:40295) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eXBWf-0006WE-0h; Thu, 04 Jan 2018 14:50:05 -0500 Received: by mail-io0-x243.google.com with SMTP id v30so3399673iov.7; Thu, 04 Jan 2018 11:50:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=qjYxq19mwS4BeH+WIvfbY2IeJmJli0wbIyk1m606N8s=; b=dd5RnhvChIqVuT/RI8k+EsEHhQFLjuJTIfBkhzIgeOB0OOE4JTi3oX5ZgLucoqI61H G0cV/dbyfhv+1LGqAcSizsiD4mcckoJiuhQMuVj34HI34ZbvR+XjO6lNAuRYsVuWIEi5 OOXQ26GXTXF4/Es5An4gATJkFOr+SKvQM+SW9tMXJVKowb3IGU9qQyVIRslbrBzKF0di x1JP2Y4ClWpyDnCxINBo+Zb3GDs4iw9AsqKmk2T8guwfBFDA4hs7GH7ADjpU/C+7BPbT m4nLJCvXIofBgPzaClP8ucNUfTD00AmcN3ayiz11Oy6/2QuTF6ZjNKwZFjjjcHHriUR9 yy8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=qjYxq19mwS4BeH+WIvfbY2IeJmJli0wbIyk1m606N8s=; b=R9maYL0PSx14d6QYLhsngav4JNwe+4EDnIN6SwSCzbMSkxJBWlxQrdSY3tEtJebwHq r+C9+ZUMkSo6Gqlhw+1PVT05OOY21Lil6sTkVYtJ36/P8Lw1dP9hsDUubWhSGeVd6qjl vjNri8b3IhAUo1Ke1oIwO0acci83UeNrCE5Fjur/r1c3QhXp3/1xgwCkI65g1MtQWUtT i/b1DobMEGorOLJxKuvSg4LZlzCKZSfOT450o3Udoz7nzWs+idgG+cxp8K/RheG6I1Bo N3NMA9Q0R7f9Qb3a0RcsMhXBVuOUjjCvLdh+OnjlvRaCZrstNcRlCX836CrQ4ffE/q6u Wxvw== X-Gm-Message-State: AKGB3mJ/hZUnK+UC2SHQX60+ceFX2H+85nXXVjgLqIbICBsS6wacVF73 4eNVaV/BucFtItBYHKU1/SQ= X-Google-Smtp-Source: ACJfBouNBrgVmOR8NA4jkg+qqVX70VBN/7EGKn0LRLKmXW1LhI6FFrWGf5nXpLB2zP/tHNeVigKqQA== X-Received: by 10.107.107.13 with SMTP id g13mr745786ioc.279.1515095404300; Thu, 04 Jan 2018 11:50:04 -0800 (PST) Received: from localhost.localdomain (d14-69-20-184.try.wideopenwest.com. [69.14.184.20]) by smtp.gmail.com with ESMTPSA id m133sm2365266ioa.15.2018.01.04.11.50.03 (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 04 Jan 2018 11:50:03 -0800 (PST) From: John Arbuckle To: david@gibson.dropbear.id.au, qemu-devel@nongnu.org, qemu-ppc@nongnu.org Date: Thu, 4 Jan 2018 14:49:52 -0500 Message-Id: <20180104194952.2836-1-programmingkidx@gmail.com> X-Mailer: git-send-email 2.14.3 (Apple Git-98) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4001:c06::243 Subject: [Qemu-devel] [PATCH v2] 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: John Arbuckle Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" 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 --- v2 changes: Updated the commit to point to version 1.4.6. 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