Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce build time using picolibc multilib support? #522

Open
keith-packard opened this issue Oct 5, 2024 · 1 comment
Open

Reduce build time using picolibc multilib support? #522

keith-packard opened this issue Oct 5, 2024 · 1 comment

Comments

@keith-packard
Copy link

keith-packard commented Oct 5, 2024

I'm building the toolchain and watching it re-process the picolibc meson configuration dozens of times. Is there some reason the build cannot use the picolibc multi-lib support, once for arm and once for aarch64? I'm doing this in picolibc CI using -Dmultilib-exclude=aarch64 for the 32-bit build and -Dmultilib-exclude=arm for the 64-bit build to split out arm and aarch64 libs as the picolibc build system doesn't handle multiple architectures.

@voltur01
Copy link
Contributor

Hi Keith,

Thank you for pointing this out, there may be an opportunity to simplify, indeed, however now it is done this way because of the testing setup that require different options.

We will have a look.

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

No branches or pull requests

2 participants