Closed nathanchance closed 5 years ago
Guenter reports that with this patch, compilation fails:
$ make CC=clang-5.0 -j30 scripts/kconfig/conf --syncconfig Kconfig arch/x86/Makefile:297: *** recipe commences before first target. Stop.
Move the KBUILD_CFLAGS assignment up where the reptoline flags are passed along to mirror how those flags are handled to fix this.
Thanks, I went ahead and updated the commit message.
Guenter reports that with this patch, compilation fails:
$ make CC=clang-5.0 -j30 scripts/kconfig/conf --syncconfig Kconfig arch/x86/Makefile:297: *** recipe commences before first target. Stop.
Move the KBUILD_CFLAGS assignment up where the reptoline flags are passed along to mirror how those flags are handled to fix this.