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

Use separate "generated" dirs per arch. #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OscarL
Copy link
Contributor

@OscarL OscarL commented Nov 17, 2024

This allows building, for example, for both 32 and 64 bits on x86 from a single repo clone, right out of the box.

Kind of a silly workaround, but unless Jam provides something better than $OSPLAT... this will have to do.

This allows building, for example, for both 32 and 64 bits on x86 from a single repo
clone,  right out of the box.

Kind of a silly workaround, but unless Jam provides something better than $OSPLAT...
this will have to do.
@OscarL
Copy link
Contributor Author

OscarL commented Nov 18, 2024

I guess I should also consider IS_GCC_4_PLATFORM, in order to use generated.x86_gcc2 vs generated.x86_32 if needed.

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

Successfully merging this pull request may close these issues.

1 participant