diff mbox series

Update dtc to fix compilation problem on Mac OS 10.6

Message ID 20171228001742.62202-1-programmingkidx@gmail.com
State New
Headers show
Series Update dtc to fix compilation problem on Mac OS 10.6 | expand

Commit Message

Programmingkid Dec. 28, 2017, 12:17 a.m. UTC
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 <programmingkidx@gmail.com>
---
 dtc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Gibson Jan. 4, 2018, 3:05 a.m. UTC | #1
On Wed, Dec 27, 2017 at 07:17:42PM -0500, John Arbuckle wrote:
> 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 <programmingkidx@gmail.com>

So, after some thought I decided I wasn't comfortable updating the
qemu dtc to a random git hash of the master dtc tree, rather than an
actual named and tagged dtc release.

So, I wrapped up a new v1.4.6 release of dtc including your fix.
Could you resend the qemu update to point it at that release.

> ---
>  dtc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dtc b/dtc
> index 558cd81bdd..e671852042 160000
> --- a/dtc
> +++ b/dtc
> @@ -1 +1 @@
> -Subproject commit 558cd81bdd432769b59bff01240c44f82cfb1a9d
> +Subproject commit e671852042a77b15ec72ca908291c7d647e4fb01
diff mbox series

Patch

diff --git a/dtc b/dtc
index 558cd81bdd..e671852042 160000
--- a/dtc
+++ b/dtc
@@ -1 +1 @@ 
-Subproject commit 558cd81bdd432769b59bff01240c44f82cfb1a9d
+Subproject commit e671852042a77b15ec72ca908291c7d647e4fb01