File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,6 @@ config CC_CAN_LINK
87
87
default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m64-flag)) if 64BIT
88
88
default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $(USERLDFLAGS) $(m32-flag))
89
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
90
# Fixed in GCC 14, 13.3, 12.4 and 11.5
96
91
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113921
97
92
config GCC_ASM_GOTO_OUTPUT_BROKEN
You can’t perform that action at this time.
0 commit comments