qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT ec6bd8d] Fix arm-softmmu breakage


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT ec6bd8d] Fix arm-softmmu breakage
Date: Thu, 21 May 2009 18:30:57 -0000

From: Blue Swirl <address@hidden>

Don't use whole-archive for hwlib or libqemu objects

Signed-off-by: Blue Swirl <address@hidden>

diff --git a/Makefile.target b/Makefile.target
index 4de29f8..959765e 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -709,8 +709,8 @@ endif
 
 vl.o: qemu-options.h
 
-$(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) 
$(VDE_LIBS)
-$(QEMU_PROG): ARLIBS=../libqemu_common.a libqemu.a $(HWLIB)
+$(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) 
$(VDE_LIBS) libqemu.a $(HWLIB)
+$(QEMU_PROG): ARLIBS=../libqemu_common.a
 $(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a $(HWLIB)
        $(call LINK,$(OBJS))
 




reply via email to

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