diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
commit | 27abed4a707ba69b019822a0a0e3c045542b4443 (patch) | |
tree | b32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Cross-compilation.md | |
parent | 4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff) | |
download | meson-capitalization.zip meson-capitalization.tar.gz meson-capitalization.tar.bz2 |
Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalization
Diffstat (limited to 'docs/markdown/Cross-compilation.md')
-rw-r--r-- | docs/markdown/Cross-compilation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md index b25504a..d4fb074 100644 --- a/docs/markdown/Cross-compilation.md +++ b/docs/markdown/Cross-compilation.md @@ -201,7 +201,7 @@ matter of calling `host_machine.system()`. There are two different values for the CPU. The first one is `cpu_family`. It is a general type of the CPU. This should have a value from [the CPU Family table](Reference-tables.md#cpu-families). -*Note* that meson does not add `el` to end cpu_family value for little +*Note* that Meson does not add `el` to end cpu_family value for little endian systems. Big endian and little endian mips are both just `mips`, with the `endian` field set approriately. @@ -321,7 +321,7 @@ myvar = meson.get_cross_property('somekey') ## Cross file locations -As of version 0.44.0 meson supports loading cross files from system +As of version 0.44.0 Meson supports loading cross files from system locations (except on Windows). This will be $XDG_DATA_DIRS/meson/cross, or if XDG_DATA_DIRS is undefined, then /usr/local/share/meson/cross and /usr/share/meson/cross will be tried |