]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc: Oe-selftest failure analysis - fix for tcl errors
authorHarish Sadineni <Harish.Sadineni@windriver.com>
Tue, 12 Mar 2024 16:33:25 +0000 (09:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2024 12:20:59 +0000 (12:20 +0000)
commite59421468d96282057f5176438a76a325b987e47
treeedba1b0a1badc486dd7530603c6d0faa1014b138
parenta2d0f2dd46c95309de00368498a73f58f523accc
gcc: Oe-selftest failure analysis - fix for tcl errors

gcc testsuite unable to read the value of variable $do-what-limit and causing below tcl errors.
ERROR: can't read "do": no such variable
    while executing
"set do_what $do-what-limit"

To fix this, quote the variable using braces, as in ${do-what-limit}.

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch