projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60cbdf5
)
x86: Make the vdso2c compiler use the host architecture headers
author
Stephen Rothwell
<
[email protected]
>
Sat, 23 Jul 2016 04:35:40 +0000
(14:35 +1000)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Mon, 25 Jul 2016 13:02:21 +0000
(10:02 -0300)
To be clear: this is a ppc64le hosted, x86_64 target cross build.
Signed-off-by: Stephen Rothwell <
[email protected]
>
Acked-by: Andy Lutomirski <
[email protected]
>
Cc: H. Peter Anvin <
[email protected]
>
Cc: Josh Poimboeuf <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <
[email protected]
>
arch/x86/entry/vdso/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/entry/vdso/Makefile
b/arch/x86/entry/vdso/Makefile
index 253b72eaade6b538905acb4c7a8329b04480655a..25e88c030c47b409bae63b79b5d65fca5d8abe4a 100644
(file)
--- a/
arch/x86/entry/vdso/Makefile
+++ b/
arch/x86/entry/vdso/Makefile
@@
-55,7
+55,7
@@
VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
$(obj)/vdso64.so.dbg: $(src)/vdso.lds $(vobjs) FORCE
$(call if_changed,vdso)
-HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/
x86
/include/uapi
+HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/
$(SUBARCH)
/include/uapi
hostprogs-y += vdso2c
quiet_cmd_vdso2c = VDSO2C $@