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

Add support for gcc --enable-multilib-space option #30

Open
wants to merge 2 commits into
base: zephyr-crosstool-ng-1.25.0
Choose a base branch
from

Conversation

keith-packard
Copy link
Collaborator

Set CT_MULTILIB_SPACE to pass --enable-multilib-space during GCC build. When set, also build
dependent libraries in multilib mode, even if CT_MULTILIB is not set.

Set the make load parameter (-l) to 2*cores by default. This should
keep machine load at bay even when running a number of builds in parallel.

Signed-off-by: Keith Packard <[email protected]>
When CT_MULTILIB_SPACE is selected, build gcc with the
--enable-multilib-space flag.

Signed-off-by: Keith Packard <[email protected]>
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