Skip to content

Commit

Permalink
fix yocto generic toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jungleraptor committed May 24, 2024
1 parent 83b7852 commit 987f56a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cc/toolchains/yocto_generic/config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def _impl(ctx):
),
]
common_compile_flags = [
"-no-canonical-prefixes",
"-fno-canonical-system-headers",
# Reproducibility
"-Wno-builtin-macro-redefined",
"-D__DATE__=\"redacted\"",
Expand Down

0 comments on commit 987f56a

Please sign in to comment.