mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 17:18:25 +02:00
The headercheck tries to call clang with a mix of compiler arguments that don't include the target architecture. When building e.g. x86 headers on arm64, this produces a warning like clang: warning: unknown platform, assuming -mfloat-abi=soft Add in the KBUILD_CPPFLAGS, which contain the target, in order to make it build properly. See also |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| headers_check.pl | ||
| Makefile | ||