]> code.ossystems Code Review - openembedded-core.git/commit
gcc-cross-canadian: A missing space in an append caused an invalid option
authorMark Hatle <mark.hatle@kernel.crashing.org>
Tue, 28 Jan 2020 18:12:28 +0000 (12:12 -0600)
committerArmin Kuster <akuster808@gmail.com>
Sun, 15 Mar 2020 20:33:19 +0000 (13:33 -0700)
commitfdd3d65b690c9d460a5758cf1b83e7b2edfc9559
treebd3da4777c97039e1b4db0dfabd8cb76949d0dd0
parent29a1d9bed5bf7ed024870a0323f9afdf88346e4d
gcc-cross-canadian: A missing space in an append caused an invalid option

When configuring the cross-candian toolchain for a non-linux target system,
the resulting gcc configuration included:

  --enable-initfini-array--without-headers

these should have been two separate options.

Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7b52893632dae7bc9ac75dddc7ad625e19f41050)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/gcc/gcc-cross-canadian.inc