Re: [Qemu-devel] [PATCH build-breaker] arm: fix compilation with CONFIG_FDT

2013-03-11 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH build-breaker] arm: fix compilation with CONFIG_FDT

2013-03-11 Thread Anthony Liguori
Paolo Bonzini writes: > A conflict was resolved the wrong way when merging commit 320ba5f (build: > always link device_tree.o into emulators if libfdt available, 2013-02-05). > This causes a build failure for the arm-softmmu target due to multiply > defined symbol. > > Signed-off-by: Paolo Bonzin

Re: [Qemu-devel] [PATCH build-breaker] arm: fix compilation with CONFIG_FDT

2013-03-11 Thread Peter Maydell
On 11 March 2013 10:31, Paolo Bonzini wrote: > A conflict was resolved the wrong way when merging commit 320ba5f (build: > always link device_tree.o into emulators if libfdt available, 2013-02-05). > This causes a build failure for the arm-softmmu target due to multiply > defined symbol. > > Signe

[Qemu-devel] [PATCH build-breaker] arm: fix compilation with CONFIG_FDT

2013-03-11 Thread Paolo Bonzini
A conflict was resolved the wrong way when merging commit 320ba5f (build: always link device_tree.o into emulators if libfdt available, 2013-02-05). This causes a build failure for the arm-softmmu target due to multiply defined symbol. Signed-off-by: Paolo Bonzini --- hw/arm/Makefile.objs | 1 -