Skip to content

Conversation

@keith-packard
Copy link
Contributor

The bits were missing from crosstool-ng

This series pulls in some other bits:

  • Build libstdc++ without exception support in multilib -Os variants
  • Move picolibc forward to pick up an ARM patch deleting exception bits in asm code.

These got left out of the gcc 14.2 patch series.

Signed-off-by: Keith Packard <[email protected]>
When building a multilib-space toolchain, disable C++ exceptions in
libstdc++ for the -Os variants.

Signed-off-by: Keith Packard <[email protected]>
Move picolibc forward to include patches that eliminate exception
table entries for the arm asm code.

Signed-off-by: Keith Packard <[email protected]>
When we're using C++ exceptions, we need to use the full version of
libstdc++ that includes exception support. With multilib-space, that
means using the -O2 version instead of the -Os version.

Signed-off-by: Keith Packard <[email protected]>
@keith-packard
Copy link
Contributor Author

Included in #915

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.

1 participant