All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] kvmtool: allow CFLAGS and LDFLAGS override
@ 2015-10-30 17:20 ` Andre Przywara
  0 siblings, 0 replies; 10+ messages in thread
From: Andre Przywara @ 2015-10-30 17:20 UTC (permalink / raw)
  To: will.deacon, kvm, kvmarm; +Cc: linux-arm-kernel

In the past there have been some complaints from cross-compilation
users about missing libraries and include files. Fixing those issues
by pointing make to the proper directories via CFLAGS and LDFLAGS
proved to be complicated.
This series fixes this, so custom CFLAGS and LDFLAGS can be given on
the make command line and those will not overwrite kvmtool's vital
internal assignments.

Cheers,
Andre.

Andre Przywara (2):
  Makefile: allow overriding CFLAGS on the command line
  Makefile: consider LDFLAGS on feature tests and when linking executables

 Makefile | 45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

-- 
2.5.1


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

end of thread, other threads:[~2015-11-04 10:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 17:20 [PATCH 0/2] kvmtool: allow CFLAGS and LDFLAGS override Andre Przywara
2015-10-30 17:20 ` Andre Przywara
2015-10-30 17:20 ` [PATCH 1/2] Makefile: allow overriding CFLAGS on the command line Andre Przywara
2015-10-30 17:20   ` Andre Przywara
2015-11-04 10:02   ` Riku Voipio
2015-11-04 10:13     ` Andre Przywara
2015-11-04 10:27       ` Riku Voipio
2015-11-04 10:49     ` Will Deacon
2015-10-30 17:20 ` [PATCH 2/2] Makefile: consider LDFLAGS on feature tests and when linking executables Andre Przywara
2015-10-30 17:20   ` Andre Przywara

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.