projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3be60a8
)
[RAMEN9610-10883][HACK] Add cc-ldoption without checking
author
Munjoo Kim
<munjoo.kim@samsung.com>
Tue, 15 Jan 2019 00:25:46 +0000
(09:25 +0900)
committer
hskang
<hs1218.kang@samsung.com>
Tue, 15 Jan 2019 08:43:51 +0000
(17:43 +0900)
Currently, it has problem in cc-ldoption checking logic.
So, I removed check logic temporary.
Change-Id: I9cc52d8c90da8a81c0b6c1d8ffa7c4a040f7f501
Signed-off-by: Munjoo Kim <munjoo.kim@samsung.com>
arch/arm64/kernel/vdso/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/kernel/vdso/Makefile
b/arch/arm64/kernel/vdso/Makefile
index ef3f9d9d4062b4cef8277f1b3057b1e01cf56d2b..78a2ee9f420d4aea8af54e40c305197eece36a07 100644
(file)
--- a/
arch/arm64/kernel/vdso/Makefile
+++ b/
arch/arm64/kernel/vdso/Makefile
@@
-14,7
+14,7
@@
obj-vdso := $(addprefix $(obj)/, $(obj-vdso))
ccflags-y := -shared -fno-common -fno-builtin
ccflags-y += -nostdlib -Wl,-soname=linux-vdso.so.1 \
- $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
+ -Wl$(comma)--hash-style=sysv
ccflags-y += $(DISABLE_LTO)
# Disable gcov profiling for VDSO code