diff options
author | Huacai Chen <chenhuacai@loongson.cn> | 2025-03-26 16:37:49 +0300 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2025-03-26 16:37:49 +0300 |
commit | f1e7177cbd51678b077fc0ee530e34a6a3dc3ca2 (patch) | |
tree | d11316648ac59a652b8b53c6cf55b1f207966528 /scripts | |
parent | 38fec10eb60d687e30c8c6b5420d86e8149f7557 (diff) | |
parent | 2cbb20b008dba39893f0e296dc8ca312f40a9a0e (diff) | |
download | linux-f1e7177cbd51678b077fc0ee530e34a6a3dc3ca2.tar.xz |
Merge Merge tag 'objtool-core-2025-03-22' into loongarch-next
LoongArch architecture changes for 6.15 depend on the objtool-core
changes to work well for UNWINDER_ORC, so merge them to create a base.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index cad20f0e66ee..99e281966ba3 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -277,6 +277,7 @@ objtool-args-$(CONFIG_HAVE_STATIC_CALL_INLINE) += --static-call objtool-args-$(CONFIG_HAVE_UACCESS_VALIDATION) += --uaccess objtool-args-$(CONFIG_GCOV_KERNEL) += --no-unreachable objtool-args-$(CONFIG_PREFIX_SYMBOLS) += --prefix=$(CONFIG_FUNCTION_PADDING_BYTES) +objtool-args-$(CONFIG_OBJTOOL_WERROR) += --Werror --backtrace objtool-args = $(objtool-args-y) \ $(if $(delay-objtool), --link) \ |