* [PATCH] KVM test: deps/Makefile - Compile rss with -static-libgcc
@ 2010-07-07 12:50 Lucas Meneghel Rodrigues
0 siblings, 0 replies; only message in thread
From: Lucas Meneghel Rodrigues @ 2010-07-07 12:50 UTC (permalink / raw)
To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues
In order to make rss.exe self contained, -static-libgcc
has to be added to mingw command line. Update the Makefile
to reflect that.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
client/tests/kvm/deps/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/client/tests/kvm/deps/Makefile b/client/tests/kvm/deps/Makefile
index a254d6a..06ddf65 100644
--- a/client/tests/kvm/deps/Makefile
+++ b/client/tests/kvm/deps/Makefile
@@ -1,7 +1,7 @@
all:
make rss.exe finish.exe
rss.exe:
- i686-pc-mingw32-g++ rss.cpp -lws2_32 -lshlwapi -mwindows -o rss.exe
+ i686-pc-mingw32-g++ rss.cpp -static-libgcc -lws2_32 -lshlwapi -mwindows -o rss.exe
finish.exe:
i686-pc-mingw32-g++ finish.cpp -lws2_32 -o finish.exe
clean:
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-07 12:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-07 12:50 [PATCH] KVM test: deps/Makefile - Compile rss with -static-libgcc Lucas Meneghel Rodrigues
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).