summary refs log tree commit diff
path: root/doc/stdenv/cross-compilation.chapter.md
Commit message (Collapse)AuthorAge
* doc: clarification of dependencies related attributesPamplemousse2021-08-31
| | | | Signed-off-by: Pamplemousse <xav.maso@gmail.com>
* doc: Use markdown syntax for xrefsJan Tojnar2021-06-07
| | | | | | Syntax is taken from MyST: https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
* Fix "platfrom" typosEmery Hemingway2021-04-10
|
* doc/stdenv/cross: fix typosternenseemann2021-04-02
|
* stdenv/cross-compilation: add section on avoiding cross-compiling GCCBen Siraphob2021-02-22
|
* docs/stdenv/cross-compilation: add binutils command section to cookbookBen Siraphob2021-02-21
|
* doc/stdenv/cross-compilation.chapter.md typoRobert Hensing2020-12-15
| | | Co-authored-by: John Ericson <git@JohnEricson.me>
* doc/cross-compilation: Remove confusing re-explanationRobert Hensing2020-12-15
| | | | | See https://github.com/NixOS/nixpkgs/issues/106950 > They way it's worded says buildInputs are for build-time and nativeBuildInputs are for run-time. The other documentation leads me to believe it is the other way around.
* doc/stdenv/cross-compilation: convert to markdownBen Siraphob2020-12-13