summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-02-28 21:40:35 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2021-02-28 21:40:35 +0100
commit06d5d309a3f17e32cd59926f391db1e1ea652184 (patch)
tree891414c97656d737a59aab1ccbd0e90918ff8fa1 /arch
parentMerge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linux (diff)
parentkbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again (diff)
downloadlinux-06d5d309a3f17e32cd59926f391db1e1ea652184.tar.xz
linux-06d5d309a3f17e32cd59926f391db1e1ea652184.zip
Merge tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild fixes from Masahiro Yamada: - Fix UNUSED_KSYMS_WHITELIST for Clang LTO - Make -s builds really silent irrespective of V= option - Fix build error when SUBLEVEL or PATCHLEVEL is empty * tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again kbuild: make -s option take precedence over V=1 ia64: remove redundant READELF from arch/ia64/Makefile kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO kbuild: lto: add _mcount to list of used symbols
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile
index 3e9da5e6c3bd..467b7e7f967c 100644
--- a/arch/ia64/Makefile
+++ b/arch/ia64/Makefile
@@ -14,7 +14,6 @@
KBUILD_DEFCONFIG := generic_defconfig
NM := $(CROSS_COMPILE)nm -B
-READELF := $(CROSS_COMPILE)readelf
CHECKFLAGS += -D__ia64=1 -D__ia64__=1 -D_LP64 -D__LP64__