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: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH 3/4] libcacard: fix mingw64 cross-compilation
Date: Mon, 25 Feb 2013 13:16:04 -0500 (EST)


----- 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 $@ \
> > -       $(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.

Same problem with LIBTOOLFLAGS -Wc,-fstack-protector-all... I must say the qemu 
configure/build-sys gets me very confused.




reply via email to

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