-
-
Notifications
You must be signed in to change notification settings - Fork 248
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 compiling example #483
base: master
Are you sure you want to change the base?
Conversation
Took a lot of googling to find out how to cross compile for an aarch64 machine, wanted to share the script I now use. It's not the most generic but for Ubuntu machines it works..
@@ -105,7 +105,6 @@ | |||
* [offsetof](syntax_and_semantics/offsetof.md) | |||
* [Uninitialized variable declaration](syntax_and_semantics/declare_var.md) | |||
* [Compile-time flags](syntax_and_semantics/compile_time_flags.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compile time flags could also go under the "compilation" section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The topic matches, but these are different categories of texts. Compile-time flags describes part of the language specification. The Compilation section contains guides which expand on explaining practical use of specific topics.
This picks up #177 and #424, integrating them with master changes, fixing merge issues and outstanding comments.