29934c9408
Sincea0b4b85bfa("llvm: Avoid cross compiling if the build platform can execute host binaries"), the flags to get a working llvm-config-native are not used when the build platform can execute host binaries, resulting in a broken llvm-config-native, and therefore a broken mesa, but since build can execute host, we don't need a separate llvm-config-native at all — we can just use the normal llvm-config. Fixes:a0b4b85bfa("llvm: Avoid cross compiling if the build platform can execute host binaries")