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

Support for cross-compilation #20

Closed
deplinenoise opened this issue Aug 17, 2010 · 1 comment
Closed

Support for cross-compilation #20

deplinenoise opened this issue Aug 17, 2010 · 1 comment
Labels

Comments

@deplinenoise
Copy link
Owner

Tundra can already build foreign programs just fine, but a cross-compilation aware configuration is needed e.g. for consoles when compiling tools.

@deplinenoise
Copy link
Owner Author

Cross-compilation and multiple toolsets per config.

  • Added SubConfigs concept that lets a configuration specify that it is the union of several other configurations.
  • Added Virtual property to configuration to flag that they cannot be built directly. For example, for a PS3 setup you would need three nested configs, a host config to compile tools with, a PPU config and an SPU config. These three would be marked virtual.
  • Added HOSTPROGSUFFIX, HOSTSHLIBSUFFIX to be used in cross-compilation scenarios when running tools.

Closed by 277d6ca (Support multiple C toolsets in same build (e.g. SPU and PPU))
Closed by 277d6ca (Support for cross-compilation)

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

No branches or pull requests

1 participant