Message ID | 20171228001742.62202-1-programmingkidx@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --git a/dtc b/dtc index 558cd81bdd..e671852042 160000 --- a/dtc +++ b/dtc @@ -1 +1 @@ -Subproject commit 558cd81bdd432769b59bff01240c44f82cfb1a9d +Subproject commit e671852042a77b15ec72ca908291c7d647e4fb01
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(-)