Revert "Fix arm-softmmu breakage"
This reverts commit ec6bd8dea7
.
This broke any target that uses virtio. Virtio devices live in libhw and
without whole-archive, the constructors will never be called for virtio.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
0c257437b2
commit
79eb76ade2
@ -709,8 +709,8 @@ endif
|
||||
|
||||
vl.o: qemu-options.h
|
||||
|
||||
$(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS) libqemu.a $(HWLIB)
|
||||
$(QEMU_PROG): ARLIBS=../libqemu_common.a
|
||||
$(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS)
|
||||
$(QEMU_PROG): ARLIBS=../libqemu_common.a libqemu.a $(HWLIB)
|
||||
$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a $(HWLIB)
|
||||
$(call LINK,$(OBJS))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user