Message ID | 20180104194952.2836-1-programmingkidx@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Jan 04, 2018 at 02:49:52PM -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> Applied, thanks. > --- > 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
diff --git a/dtc b/dtc index 558cd81bdd..e54388015a 160000 --- a/dtc +++ b/dtc @@ -1 +1 @@ -Subproject commit 558cd81bdd432769b59bff01240c44f82cfb1a9d +Subproject commit e54388015af1fb4bf04d0bca99caba1074d9cc42
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> --- v2 changes: Updated the commit to point to version 1.4.6. dtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)