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

cross compilation #8107

Closed
vicuna opened this issue Apr 15, 2003 · 0 comments
Closed

cross compilation #8107

vicuna opened this issue Apr 15, 2003 · 0 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Apr 15, 2003

Original bug ID: 1641
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Is there any support for cross-compilation for the native code compiler?
Interpretation simply won't cut it for the application I'm working with.

The native code compiler can generate code for many different
architectures, and it appears that most of the codegen is written in
O'Caml itself. gcc has support for cross-compilation/linking. Putting
these together, virtually all of the work has been done. Is there
anything to it other than properly structuring the configuration and
build?

-Andy

@vicuna vicuna closed this as completed May 5, 2003
@vicuna vicuna added the bug label Mar 19, 2019
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