]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Do not use --with-linker-hash-style if LINKER_HASH_STYLE is empty
authorKhem Raj <raj.khem@gmail.com>
Sat, 17 Mar 2018 03:40:32 +0000 (20:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Mar 2018 23:05:00 +0000 (23:05 +0000)
commite176ab07d1afbb5d7e80d39d49b0f68738509c18
tree8a07de1ada6a37767eb6cc621c2f3628d94a1753
parenteaa35d43dc1490f53aa1aece948d1542048460b6
gcc: Do not use --with-linker-hash-style if LINKER_HASH_STYLE is empty

We allow to set LINKER_HASH_STYLE to be empty so this would fail
since --with-linker-hash-style needs an argument and cant be empty

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-7.3.inc