third_party.pigweed.src/targets/host
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
..
BUILD
BUILD.gn
CMakeLists.txt
linux.bloaty
macos.bloaty
macos.gni
run_test
run_test.bat
system_rpc_server.cc pw_stream: Add client-side SocketStream support 2021-02-24 19:16:52 +00:00
target_docs.rst
target_toolchains.gni Fixes for GCC 10 compatibility 2021-04-12 18:53:38 +00:00