sdk-ng icon indicating copy to clipboard operation
sdk-ng copied to clipboard

A few SDK fixes from picolibc work

Open keith-packard opened this issue 1 year ago • 0 comments

These are generally applicable fixes which address bugs in the current SDK:

  1. Make sure we don't expose compiler TLS support for targets where Zephyr doesn't (yet) have TLS support
  2. Add Zephyr TLS register definition on arc so that code in the SDK that does use TLS works correctly.
  3. Apply an aarch64/gcc specific hack that Zephyr uses to the SDK.

keith-packard avatar Oct 25 '22 20:10 keith-packard