projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54619e1
)
gdbsx: Honour LDFLAGS when linking
author
Ian Jackson
<ian.jackson@citrix.com>
Thu, 4 Oct 2018 11:30:37 +0000
(12:30 +0100)
committer
Hans van Kranenburg
<hans@knorrie.org>
Tue, 26 May 2020 12:03:18 +0000
(14:03 +0200)
This command does the link, so it needs LDFLAGS.
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
tools/debugger/gdbsx/Makefile
patch
|
blob
|
history
diff --git
a/tools/debugger/gdbsx/Makefile
b/tools/debugger/gdbsx/Makefile
index 723a2743cc94b203283faa69fa7ced0e9516f151..8d7cd94a31206839bdf7a17248c371091fff3a33 100644
(file)
--- a/
tools/debugger/gdbsx/Makefile
+++ b/
tools/debugger/gdbsx/Makefile
@@
-26,7
+26,7
@@
uninstall:
rm -f $(DESTDIR)$(sbindir)/gdbsx
gdbsx: gx/gx_all.a xg/xg_all.a
- $(CC) -o $@ $^
+ $(CC)
$(LDFLAGS)
-o $@ $^
xg/xg_all.a:
$(MAKE) -C xg