projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba9e57e
)
tools/xl: Remove unnecessary -I. from CFLAGS
author
Anthony PERARD
<anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:02:00 +0000
(17:02 +0000)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Thu, 16 Dec 2021 20:27:12 +0000
(20:27 +0000)
GCC will search the directory where the source file is for
quote-includes.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/xl/Makefile
patch
|
blob
|
history
diff --git
a/tools/xl/Makefile
b/tools/xl/Makefile
index 656b21c7dac4020e9a1d85f67845a66495ef4e84..2e129f00e10ed36b021cef268daa9fa9a9a266e5 100644
(file)
--- a/
tools/xl/Makefile
+++ b/
tools/xl/Makefile
@@
-7,7
+7,7
@@
include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
-Wno-declaration-after-statement -Wformat-nonliteral
-CFLAGS += -
I. -
fPIC
+CFLAGS += -fPIC
CFLAGS += $(PTHREAD_CFLAGS)
LDFLAGS += $(PTHREAD_LDFLAGS)