Guest User

Untitled

a guest
Oct 6th, 2025
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. builder@f268c9620b52:~/meta-arm/poky$ git diff
  2. diff --git a/meta/recipes-devtools/gn/gn_git.bb b/meta/recipes-devtools/gn/gn_git.bb
  3. index d8896609b1..6a0ef5999d 100644
  4. --- a/meta/recipes-devtools/gn/gn_git.bb
  5. +++ b/meta/recipes-devtools/gn/gn_git.bb
  6. @@ -49,4 +49,7 @@ BBCLASSEXTEND = "native"
  7.  
  8. COMPATIBLE_HOST = "^(?!riscv32).*"
  9.  
  10. -CFLAGS:append:toolchain-gcc = " -Wno-error=maybe-uninitialized"
  11. +CFLAGS += "-Wno-error=maybe-uninitialized"
  12. +CFLAGS:remove:toolchain-clang = "-Wno-error=maybe-uninitialized"
  13. +CXXFLAGS += "-Wno-error=maybe-uninitialized"
  14. +CXXFLAGS:remove:toolchain-clang = "-Wno-error=maybe-uninitialized"
Advertisement
Add Comment
Please, Sign In to add comment