Skip to content

Conversation

@keith-packard
Copy link
Contributor

This took a patch to gcc and a patch to picolibc

This provides both minsize and release versions of picolibc in the SDK,
allowing users to select between them while building their application.

Signed-off-by: Keith Packard <[email protected]>
In release builds, several targets would get both asm and C versions
of strchr included, which is a fatal picolibc build error. Pull
in the fix for that.

Signed-off-by: Keith Packard <[email protected]>
gcc's spec file processing had a bug where it would
truncate the 'release' paths when using a 'sysroot' style
install (which uses getenv in spec files).

Signed-off-by: Keith Packard <[email protected]>
Not strictly necessary for Zephyr which doesn't use this for linking,
but still nice to have a working toolchain anyways.

Signed-off-by: Keith Packard <[email protected]>
Need to use BUILD_DIR instead of WORKSPACE as the latter hasn't been
set at this point.

Signed-off-by: Keith Packard <[email protected]>
@stephanosio
Copy link
Member

Closing as stale. Please re-open if this is still relevant.

@stephanosio stephanosio deleted the gcc-soft-matched-spec-arg branch July 21, 2025 14:34
@keith-packard
Copy link
Contributor Author

Part of 0.18, so this issue should be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants