Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff4da77

Browse filesBrowse files
authored
fix(docs): typo in suggested host value (#2830)
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 5f84ecb commit ff4da77
Copy full SHA for ff4da77

File tree

1 file changed

+15
-15
lines changed
Filter options

1 file changed

+15
-15
lines changed

‎docs/package_index_json-specification.md

Copy file name to clipboardExpand all lines: docs/package_index_json-specification.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -170,21 +170,21 @@ Each tool version may come in different build flavours for different OS. Each fl
170170
array. The IDE will take care to install the right flavour for the user's OS by matching the `host` value with the
171171
following table or fail if a needed flavour is missing.
172172

173-
| OS flavour | `host` regexp | suggested `host` value |
174-
| --------------- | ------------------------------------- | ---------------------------------- |
175-
| Linux 32 | `i[3456]86-.*linux-gnu` | `i686-linux-gnu` |
176-
| Linux 64 | `x86_64-.*linux-gnu` | `x86_64-linux-gnu` |
177-
| Linux Arm | `arm.*-linux-gnueabihf` | `arm-linux-gnueabihf` |
178-
| Linux Arm64 | `(aarch64\|arm64)-linux-gnu` | `aarch64-linux-gnu` |
179-
| Linux RISC-V 64 | `riscv64-linux-gnu` | `riscv64-linux-gnu` |
180-
| Windows 32 | `i[3456]86-.*(mingw32\|cygwin)` | `i686-mingw32` or `i686-cygwin` |
181-
| Windows 64 | `(amd64\|x86_64)-.*(mingw32\|cygwin)` | `x86_64-migw32` or `x86_64-cygwin` |
182-
| MacOSX 32 | `i[3456]86-apple-darwin.*` | `i686-apple-darwin` |
183-
| MacOSX 64 | `x86_64-apple-darwin.*` | `x86_64-apple-darwin` |
184-
| MacOSX Arm64 | `arm64-apple-darwin.*` | `arm64-apple-darwin` |
185-
| FreeBSD 32 | `i?[3456]86-freebsd[0-9]*` | `i686-freebsd` |
186-
| FreeBSD 64 | `amd64-freebsd[0-9]*` | `amd64-freebsd` |
187-
| FreeBSD Arm | `arm.*-freebsd[0-9]*` | `arm-freebsd` |
173+
| OS flavour | `host` regexp | suggested `host` value |
174+
| --------------- | ------------------------------------- | ----------------------------------- |
175+
| Linux 32 | `i[3456]86-.*linux-gnu` | `i686-linux-gnu` |
176+
| Linux 64 | `x86_64-.*linux-gnu` | `x86_64-linux-gnu` |
177+
| Linux Arm | `arm.*-linux-gnueabihf` | `arm-linux-gnueabihf` |
178+
| Linux Arm64 | `(aarch64\|arm64)-linux-gnu` | `aarch64-linux-gnu` |
179+
| Linux RISC-V 64 | `riscv64-linux-gnu` | `riscv64-linux-gnu` |
180+
| Windows 32 | `i[3456]86-.*(mingw32\|cygwin)` | `i686-mingw32` or `i686-cygwin` |
181+
| Windows 64 | `(amd64\|x86_64)-.*(mingw32\|cygwin)` | `x86_64-mingw32` or `x86_64-cygwin` |
182+
| MacOSX 32 | `i[3456]86-apple-darwin.*` | `i686-apple-darwin` |
183+
| MacOSX 64 | `x86_64-apple-darwin.*` | `x86_64-apple-darwin` |
184+
| MacOSX Arm64 | `arm64-apple-darwin.*` | `arm64-apple-darwin` |
185+
| FreeBSD 32 | `i?[3456]86-freebsd[0-9]*` | `i686-freebsd` |
186+
| FreeBSD 64 | `amd64-freebsd[0-9]*` | `amd64-freebsd` |
187+
| FreeBSD Arm | `arm.*-freebsd[0-9]*` | `arm-freebsd` |
188188

189189
The `host` value is matched with the regexp, this means that a more specific value for the `host` field is allowed (for
190190
example you may write `x86_64-apple-darwin14.1` for MacOSX instead of the suggested `x86_64-apple-darwin`), by the way,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.