third_party.pigweed.src/targets
Wyatt Hepler a77e5e7a1c Fixes for GCC 10 compatibility
- pw_kvs: Remove use of std::enable_if that wasn't working property.
- pw_result, pw_rpc: Disable spurious GCC 10 warnings.
- pw_string: Size report code that is never executed was using the same
  pointer for snprintf input and output, which is not legal. This caused
  -Wrestrict warnings. Update the size report code to avoid this.
- Add the -pthread flag in GCC host builds to support building
  pw_thread.
- pw_tokenizer: For host builds, insert the tokenizer sections after
  .debug_info instead of .strtab, since inserting after .strtab does not
  work for GCC.

Change-Id: Ib141a102ed50eb639c8d0bcb236572b3dc142ec1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/40620
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
Reviewed-by: Anthony DiGirolamo <tonymd@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
2021-04-12 18:53:38 +00:00
..
arduino
docs
host Fixes for GCC 10 compatibility 2021-04-12 18:53:38 +00:00
lm3s6965evb-qemu pw_sync: add lock safety annotations for C++ clang usage 2021-04-12 16:53:37 +00:00
stm32f429i-disc1