projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae4fb2
)
tools/Rules.mk: Honour PREPEND_LDFLAGS_XEN_TOOLS
author
Ian Jackson
<ian.jackson@citrix.com>
Fri, 5 Oct 2018 16:52:54 +0000
(17:52 +0100)
committer
Hans van Kranenburg
<hans@knorrie.org>
Tue, 26 May 2020 12:03:18 +0000
(14:03 +0200)
This allows the caller to provide some LDFLAGS to the Xen build
system.
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
tools/Rules.mk
patch
|
blob
|
history
diff --git
a/tools/Rules.mk
b/tools/Rules.mk
index 79c83d9d3f7735d78013f60bcc98c7efea35c9b7..804176a1d0d5bd6b8507effec298ad40273687d6 100644
(file)
--- a/
tools/Rules.mk
+++ b/
tools/Rules.mk
@@
-9,6
+9,8
@@
include $(XEN_ROOT)/Config.mk
export _INSTALL := $(INSTALL)
INSTALL = $(XEN_ROOT)/tools/cross-install
+LDFLAGS += $(PREPEND_LDFLAGS_XEN_TOOLS)
+
XEN_INCLUDE = $(XEN_ROOT)/tools/include
XEN_LIBXENTOOLCORE = $(XEN_ROOT)/tools/libs/toolcore
XEN_LIBXENTOOLLOG = $(XEN_ROOT)/tools/libs/toollog