Skip to content

Commit 56d001c

Browse files
committed
🐛 Restrict welcome message for multilib to amd64
1 parent fc3ad69 commit 56d001c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/standard/contents.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Ruby symbols not allowed as keys in inline YML
22
- {platform: '*', entry: 'The GNU Compiler Collection (gcc, etc.)'}
3-
- {platform: '*', entry: 'Standard C libraries and multilib support'}
3+
- {platform: '*', entry: 'Standard C libraries'}
4+
- {platform: 'linux/amd64', entry: 'GCC Multilib support for platform architectures'}
45
- {platform: '*', entry: "The GNU Debugger (gdb) for Ceedling's backtrace feature"}

0 commit comments

Comments
 (0)