You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 build updates from Borislav Petkov:
- Remove cc-option checks which are old and already supported by the
minimal compiler version the kernel uses and thus avoid the need to
invoke the compiler unnecessarily.
- Cleanups
* tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/build: Move the install rule to arch/x86/Makefile
x86/build: Remove the left-over bzlilo target
x86/tools/relocs: Mark die() with the printf function attr format
x86/build: Remove stale cc-option checks
# GCC ignores '-maccumulate-outgoing-args' when used with '-Os'.
166
-
# If '-Os' is enabled, disable it and print a warning.
167
-
ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
168
-
undefineCONFIG_CC_OPTIMIZE_FOR_SIZE
169
-
$(warning Disabling CONFIG_CC_OPTIMIZE_FOR_SIZE. Your compiler does not have -mfentry so you cannot optimize for size with CONFIG_FUNCTION_GRAPH_TRACER.)
170
-
endif
171
-
172
-
endif
173
155
endif
174
156
endif
175
157
@@ -193,7 +175,7 @@ ifdef CONFIG_RETPOLINE
193
175
# only been fixed starting from gcc stable version 8.4.0 and
194
176
# onwards, but not for older ones. See gcc bug #86952.
0 commit comments