[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Remove unnecessary extra linker parameters from qemu-dm build.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 79d28e3505c27cdd31e000320da9eb37d4b9f18e # Parent f8d20c3e42253d8db763eb380419048a4a4cd4f6 Remove unnecessary extra linker parameters from qemu-dm build. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> --- tools/ioemu/target-i386-dm/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r f8d20c3e4225 -r 79d28e3505c2 tools/ioemu/target-i386-dm/Makefile --- a/tools/ioemu/target-i386-dm/Makefile Mon May 15 07:38:32 2006 +0100 +++ b/tools/ioemu/target-i386-dm/Makefile Mon May 15 07:44:12 2006 +0100 @@ -318,7 +318,7 @@ endif endif $(QEMU_SYSTEM): $(VL_OBJS) libqemu.a - $(CC) $(CFLAGS) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(VNC_LIBS) $(VL_LIBS) -lpthread -Wl,-Map,qemu-dm.map -Wl,--cref + $(CC) $(CFLAGS) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(VNC_LIBS) $(VL_LIBS) -lpthread vnc.o: vnc.c keyboard_rdesktop.c $(CC) $(CFLAGS) $(DEFINES) $(VNC_CFLAGS) -c -o $@ $< _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |