projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d52613b
)
libfsimage: Honour general LDFLAGS
author
Ian Jackson
<ian.jackson@citrix.com>
Thu, 4 Oct 2018 11:31:25 +0000
(12:31 +0100)
committer
Hans van Kranenburg
<hans@knorrie.org>
Thu, 1 Oct 2020 12:50:58 +0000
(13:50 +0100)
Do not reset LDFLAGS to empty. Instead, append the fsimage-special
LDFLAGS.
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Gbp-Pq: Name 0015-libfsimage-Honour-general-LDFLAGS.patch
tools/libfsimage/common/Makefile
patch
|
blob
|
history
diff --git
a/tools/libfsimage/common/Makefile
b/tools/libfsimage/common/Makefile
index 0791fc99233dd5ba624b08014cbb558f6004917f..a4655c421c6444196435a5922901312090a60503 100644
(file)
--- a/
tools/libfsimage/common/Makefile
+++ b/
tools/libfsimage/common/Makefile
@@
-6,7
+6,7
@@
MINOR = 0
LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
-LDFLAGS = $(LDFLAGS-y)
+LDFLAGS
+
= $(LDFLAGS-y)
CFLAGS += $(PTHREAD_CFLAGS)
LDFLAGS += $(PTHREAD_LDFLAGS)