qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 3/4] libcacard: fix mingw64 cross-compilation
Date: Mon, 25 Feb 2013 19:11:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

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) $(version-obj-y) \
> +       $(sort $(filter %.o, $1)) $(filter-out %.o, $1) $(version-lobj-y) \
>         $(LIBS),$(if $(filter %.lo %.la,$^),"lt LINK ", "  LINK  
> ")"$(TARGET_DIR)$@")

Unfortunately, this does not work if linking without libtool.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]