12/06/2018 14:06, Gavin Hu: > Hi Jerin, Bruce and Thomas, > > To fix the meson cross build issue(host clang + cross gcc), we have to > decouple clang options from gcc ones. > Currently the options for gcc and clang tightly coupled as they share a > single meson project and both added to the project arguments, this is the > root cause. > > I have a patch to remove the specific options from the project arguments and > add it individually to C_FLAGS. It basically work, but it changed a lot of > meson.build files.
Why is it changing many files? Can we have a fix in a common place? Can you show your patch please?

