summaryrefslogtreecommitdiff
path: root/scripts/Makefile.compiler
AgeCommit message (Expand)AuthorFilesLines
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-05-28Make 'cc-option' work correctly for the -Wno-xyzzy patternLinus Torvalds1-2/+2
2025-04-30kbuild: require gcc-8 and binutils-2.30Arnd Bergmann1-1/+1
2025-04-15rust: kbuild: use `pound` to support GNU Make < 4.3Miguel Ojeda1-1/+1
2025-04-14rust: kasan/kbuild: fix missing flags on first buildMiguel Ojeda1-1/+1
2025-03-15kbuild: rust: add rustc-min-version support functionMiguel Ojeda1-0/+4
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada1-1/+1
2024-10-10kbuild: fix issues with rustc-optionAlice Ryhl1-1/+4
2024-10-10kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macrosMasahiro Yamada1-6/+3
2024-09-16kbuild: rust: Define probing macros for rustcMatthew Maurer1-0/+15
2024-02-17kbuild: Add -Wa,--fatal-warnings to as-instr invocationNathan Chancellor1-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2023-06-27powerpc: remove checks for binutils older than 2.25Masahiro Yamada1-4/+0
2023-06-07kbuild: Add KBUILD_CPPFLAGS to as-option invocationNathan Chancellor1-1/+1
2023-06-05kbuild: Add CLANG_FLAGS to as-instrNathan Chancellor1-1/+1
2023-01-26kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers1-4/+4
2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada1-2/+2
2022-09-28Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers1-3/+7
2022-08-03kbuild: set EXIT trap before creating temporary directoryMasahiro Yamada1-1/+1
2021-04-24kbuild: remove TMPO from try-runMasahiro Yamada1-1/+0
2021-04-24kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada1-0/+75