All of lore.kernel.org
 help / color / mirror / Atom feed
* [nfs-utils PATCH] locktest: Makefile.am: remove host compiler costraint
@ 2020-01-15 16:08 Giulio Benetti
  2020-01-19 19:10 ` Petr Vorel
  2020-01-22 17:56 ` Steve Dickson
  0 siblings, 2 replies; 16+ messages in thread
From: Giulio Benetti @ 2020-01-15 16:08 UTC (permalink / raw)
  To: linux-nfs; +Cc: Steve Dickson, Giulio Benetti

Currently locktest can be built only for host because CC_FOR_BUILD is
specified as CC, but this leads to build failure when passing CFLAGS not
available on host gcc(i.e. -mlongcalls) and most of all locktest would
be available on target systems the same way as rpcgen etc. So remove CC
and LIBTOOL assignments.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 tools/locktest/Makefile.am | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am
index 3156815d..e8914655 100644
--- a/tools/locktest/Makefile.am
+++ b/tools/locktest/Makefile.am
@@ -1,8 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
-CC=$(CC_FOR_BUILD)
-LIBTOOL = @LIBTOOL@ --tag=CC
-
 noinst_PROGRAMS = testlk
 testlk_SOURCES = testlk.c
 testlk_CFLAGS=$(CFLAGS_FOR_BUILD)
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-02-07 15:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15 16:08 [nfs-utils PATCH] locktest: Makefile.am: remove host compiler costraint Giulio Benetti
2020-01-19 19:10 ` Petr Vorel
2020-01-22 15:24   ` Steve Dickson
2020-01-22 16:13     ` Petr Vorel
2020-01-22 16:44       ` Steve Dickson
2020-01-22 17:56 ` Steve Dickson
2020-01-22 18:11   ` Giulio Benetti
2020-01-22 18:54     ` Giulio Benetti
2020-01-22 19:30       ` Steve Dickson
2020-01-22 21:55         ` Giulio Benetti
2020-01-27 18:41           ` Steve Dickson
2020-01-27 18:58             ` Giulio Benetti
2020-01-27 19:03               ` Steve Dickson
2020-01-27 19:51                 ` Giulio Benetti
2020-02-07 12:33                   ` Giulio Benetti
2020-02-07 15:45                     ` Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.