search for: 1a04c7e9add1

Displaying 1 result from an estimated 1 matches for "1a04c7e9add1".

2018 Jun 01
0
[PATCH 2/3] x86/build: use -std=gnu89 for proper extern inline semantics
...google.com> >Tested-by: Sedat Dilek <sedat.dilek at gmail.com> >--- > arch/x86/boot/compressed/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/arch/x86/boot/compressed/Makefile >b/arch/x86/boot/compressed/Makefile >index fa42f895fdde..1a04c7e9add1 100644 >--- a/arch/x86/boot/compressed/Makefile >+++ b/arch/x86/boot/compressed/Makefile >@@ -26,7 +26,7 @@ KCOV_INSTRUMENT := n >targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 >vmlinux.bin.lzma \ > vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 > >-KBUILD_...