Commit 9faa004
committed
template_setup_posix: Fix command line toolchain flag handling
The commit 05f6047 moved the toolchain
list from the setup script itself to an external file
(`sdk_toolchains`).
This change also introduced a delimiter change from 'SPACE' to 'LF'
that broke the regular expression used by the toolchain (`-t`) flag
handler, which assumes the 'SPACE' delimiter.
This commit reworks the setup script to convert the 'LF' delimiter to
'SPACE' after loading the toolchain list from `sdk_toolchains` to fix
this issue.
Signed-off-by: Stephanos Ioannidis <[email protected]>1 parent 1b5188f commit 9faa004
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
0 commit comments