Re: [Qemu-devel] [PATCH 3/4] libcacard: fix mingw64 cross-compilation

2013-02-25 Thread Marc-André Lureau
- Mensaje original - > Il 25/02/2013 18:56, Marc-André Lureau ha scritto: > > LINK = $(call quiet-command,\ > > $(if $(filter %.lo %.la,$^),$(LIBTOOL) --mode=link --tag=CC > > \ > > )$(CC) $(QEMU_CFLAGS) $(CFLAGS) $(LDFLAGS) $(LIBTOOLFLAGS) > > -o $@ \ > >

Re: [Qemu-devel] [PATCH 3/4] libcacard: fix mingw64 cross-compilation

2013-02-25 Thread Paolo Bonzini
Il 25/02/2013 18:56, Marc-André Lureau ha scritto: > LINK = $(call quiet-command,\ > $(if $(filter %.lo %.la,$^),$(LIBTOOL) --mode=link --tag=CC \ > )$(CC) $(QEMU_CFLAGS) $(CFLAGS) $(LDFLAGS) $(LIBTOOLFLAGS) -o $@ \ > - $(sort $(filter %.o, $1)) $(filter-out %.o, $1) $(versio

[Qemu-devel] [PATCH 3/4] libcacard: fix mingw64 cross-compilation

2013-02-25 Thread Marc-André Lureau
From: Marc-André Lureau Compile and link with version.lo Signed-off-by: Marc-André Lureau --- Makefile | 8 ++-- rules.mak | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2262410..5f0ded1 100644 --- a/Makefile +++ b/Makefile @@ -148,11 +148