We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab09da7 commit d1b99cdCopy full SHA for d1b99cd
1 file changed
init/Kconfig
@@ -87,11 +87,6 @@ config CC_CAN_LINK
87
default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m64-flag)) if 64BIT
88
default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m32-flag))
89
90
-config CC_CAN_LINK_STATIC
91
- bool
92
- default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m64-flag) -static) if 64BIT
93
- default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m32-flag) -static)
94
-
95
# Fixed in GCC 14, 13.3, 12.4 and 11.5
96
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113921
97
config GCC_ASM_GOTO_OUTPUT_BROKEN
0 commit comments