Re: [Qemu-devel] [PATCH 1/2] w32: Use additional library libiberty.a

2011-02-20 Thread Blue Swirl
Thanks, applied both. On Fri, Feb 4, 2011 at 11:38 PM, Stefan Weil wrote: > libiberty.a is part of MinGW and provides useful functions > like ffs (MinGW) and getopt (MinGW-w64). > > It is needed for w64 compilations and allows simpler code for w32. > > Cc: Anthony Liguori > Signed-off-by: Stefan

[Qemu-devel] [PATCH 1/2] w32: Use additional library libiberty.a

2011-02-04 Thread Stefan Weil
libiberty.a is part of MinGW and provides useful functions like ffs (MinGW) and getopt (MinGW-w64). It is needed for w64 compilations and allows simpler code for w32. Cc: Anthony Liguori Signed-off-by: Stefan Weil --- configure |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff