提交 818d77c6 编写于 作者: X Xuefeng Wang 提交者: Xie XiuQi

Fix compile problem when CONFIG_KASAN and CONFIG_UBSAN were on

euler inclusion
category: bugfix
bugzilla: 5373
CVE: NA
Signed-off-by: NXuefeng Wang <wxf.wang@hisilicon.com>
Reviewed-by: NYang Yingliang <yangyingliang@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 cccd9136
...@@ -23,6 +23,9 @@ CFLAGS_gettimeofday.o = -O2 -mcmodel=tiny ...@@ -23,6 +23,9 @@ CFLAGS_gettimeofday.o = -O2 -mcmodel=tiny
# Disable gcov profiling for VDSO code # Disable gcov profiling for VDSO code
GCOV_PROFILE := n GCOV_PROFILE := n
KASAN_SANITIZE := n
UBSAN_SANITIZE := n
KCOV_INSTRUMENT := n
# Workaround for bare-metal (ELF) toolchains that neglect to pass -shared # Workaround for bare-metal (ELF) toolchains that neglect to pass -shared
# down to collect2, resulting in silent corruption of the vDSO image. # down to collect2, resulting in silent corruption of the vDSO image.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册