From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues <lmr@redhat.com>
Subject: [PATCH] KVM test: deps/Makefile - Compile rss with -static-libgcc
Date: Wed, 7 Jul 2010 09:50:03 -0300 [thread overview]
Message-ID: <1278507003-5512-1-git-send-email-lmr@redhat.com> (raw)
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
reply other threads:[~2010-07-07 12:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1278507003-5512-1-git-send-email-lmr@redhat.com \
--to=lmr@redhat.com \
--cc=autotest@test.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).