From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org
Subject: [PATCH] Monotonic time test: Don't force static compilation of time_test
Date: Tue, 23 Mar 2010 15:13:22 -0300 [thread overview]
Message-ID: <1269368002-12652-1-git-send-email-lmr@redhat.com> (raw)
The Makefile for the monotonic_test C program forces static
compilation of the object files. Since we are compiling the
code already, not having a static binary doesn't make much
of a difference on the systems we are running this test.
As the static compilation might fail in some boxes, just remove
this constraint from the Makefile.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
client/tests/monotonic_time/src/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/client/tests/monotonic_time/src/Makefile b/client/tests/monotonic_time/src/Makefile
index 56aa7b6..2121ec4 100644
--- a/client/tests/monotonic_time/src/Makefile
+++ b/client/tests/monotonic_time/src/Makefile
@@ -1,7 +1,6 @@
CC= cc
CFLAGS= -O -std=gnu99 -Wall
-LDFLAGS=-static
LIBS= -lpthread -lrt
PROG= time_test
--
1.6.6.1
next reply other threads:[~2010-03-23 18:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-23 18:13 Lucas Meneghel Rodrigues [this message]
2010-03-23 18:25 ` [PATCH] Monotonic time test: Don't force static compilation of time_test Martin Bligh
2010-03-23 20:13 ` Michael Davidson
2010-03-23 20:56 ` [Autotest] " Lucas Meneghel Rodrigues
2010-03-23 21:15 ` Martin Bligh
2010-03-24 1:16 ` Jason Wang
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=1269368002-12652-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