Searched hist:84208085 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 84208085d357d95b84f6e281ec3aa028e988e5ff Mon Feb 04 18:21:07 CST 2013 Richard Henderson <rth@twiddle.net> configure: Fix build with XFree
The build is broken on ppc64-linux, possibly only with new binutils:
ld: hw/lm32/../milkymist-tmu2.o: undefined reference to symbol 'XFree' ld: note: 'XFree' is defined in DSO /lib64/libX11.so.6 so try \ adding it to the linker command line
So let's follow the linker's advice.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|