]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
init: remove unused CONFIG_CC_CAN_LINK_STATIC
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 9 May 2025 13:23:59 +0000 (22:23 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 12 May 2025 06:03:46 +0000 (15:03 +0900)
This is a leftover from commit 98e20e5e13d2 ("bpfilter: remove bpfilter").

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
init/Kconfig

index 4cdd1049283c15cc4b39341b297028dfc163ca3f..bf3a920064bec152060beda9127a2fe36fece33e 100644 (file)
@@ -87,11 +87,6 @@ config CC_CAN_LINK
        default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m64-flag)) if 64BIT
        default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m32-flag))
 
-config CC_CAN_LINK_STATIC
-       bool
-       default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m64-flag) -static) if 64BIT
-       default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m32-flag) -static)
-
 # Fixed in GCC 14, 13.3, 12.4 and 11.5
 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113921
 config GCC_ASM_GOTO_OUTPUT_BROKEN