Re: [Qemu-devel] [RFC PATCH qemu] dtc: Allow compiling with old gcc

2017-03-13 Thread David Gibson
On Thu, Mar 09, 2017 at 07:43:07AM +0100, Peter Maydell wrote: > On 9 March 2017 at 02:31, David Gibson wrote: > > Yes. I've now fixed this in upstream libfdt, at Paolo's suggestion. > > Unfortunately, it came just after the 1.4.3 release. I was just leery > > about making a new release and qemu

Re: [Qemu-devel] [RFC PATCH qemu] dtc: Allow compiling with old gcc

2017-03-09 Thread David Gibson
On Thu, Mar 09, 2017 at 07:43:07AM +0100, Peter Maydell wrote: > On 9 March 2017 at 02:31, David Gibson wrote: > > Yes. I've now fixed this in upstream libfdt, at Paolo's suggestion. > > Unfortunately, it came just after the 1.4.3 release. I was just leery > > about making a new release and qemu

Re: [Qemu-devel] [RFC PATCH qemu] dtc: Allow compiling with old gcc

2017-03-08 Thread Peter Maydell
On 9 March 2017 at 02:31, David Gibson wrote: > Yes. I've now fixed this in upstream libfdt, at Paolo's suggestion. > Unfortunately, it came just after the 1.4.3 release. I was just leery > about making a new release and qemu pull so soon after the last one. > Should I do that anyway? Yes, I wo

Re: [Qemu-devel] [RFC PATCH qemu] dtc: Allow compiling with old gcc

2017-03-08 Thread Alexey Kardashevskiy
On 09/03/17 12:31, David Gibson wrote: > On Thu, Mar 09, 2017 at 11:52:17AM +1100, Alexey Kardashevskiy wrote: >> On 09/03/17 01:21, Peter Maydell wrote: >>> On 8 March 2017 at 13:49, Alexey Kardashevskiy wrote: After 6e85fce0225f "dtc: Update requirement to v1.4.2" QEMU stopped compilin

Re: [Qemu-devel] [RFC PATCH qemu] dtc: Allow compiling with old gcc

2017-03-08 Thread David Gibson
On Thu, Mar 09, 2017 at 11:52:17AM +1100, Alexey Kardashevskiy wrote: > On 09/03/17 01:21, Peter Maydell wrote: > > On 8 March 2017 at 13:49, Alexey Kardashevskiy wrote: > >> After 6e85fce0225f "dtc: Update requirement to v1.4.2" QEMU stopped > >> compiling in CentOS7: > >> > >> In file included f

Re: [Qemu-devel] [RFC PATCH qemu] dtc: Allow compiling with old gcc

2017-03-08 Thread Alexey Kardashevskiy
On 09/03/17 01:21, Peter Maydell wrote: > On 8 March 2017 at 13:49, Alexey Kardashevskiy wrote: >> After 6e85fce0225f "dtc: Update requirement to v1.4.2" QEMU stopped >> compiling in CentOS7: >> >> In file included from /home/aik/p/qemu/dtc/libfdt/libfdt.h:54:0, >> from /home/aik/

Re: [Qemu-devel] [RFC PATCH qemu] dtc: Allow compiling with old gcc

2017-03-08 Thread Peter Maydell
On 8 March 2017 at 13:49, Alexey Kardashevskiy wrote: > After 6e85fce0225f "dtc: Update requirement to v1.4.2" QEMU stopped > compiling in CentOS7: > > In file included from /home/aik/p/qemu/dtc/libfdt/libfdt.h:54:0, > from /home/aik/p/qemu/device_tree.c:30: > /home/aik/p/qemu/dtc

[Qemu-devel] [RFC PATCH qemu] dtc: Allow compiling with old gcc

2017-03-08 Thread Alexey Kardashevskiy
After 6e85fce0225f "dtc: Update requirement to v1.4.2" QEMU stopped compiling in CentOS7: In file included from /home/aik/p/qemu/dtc/libfdt/libfdt.h:54:0, from /home/aik/p/qemu/device_tree.c:30: /home/aik/p/qemu/dtc/libfdt/libfdt_env.h:64:0: error: "__bitwise" redefined [-Werror]