tcmode-external-oe-sdk: stop setting EXTERNAL_TOOLCHAIN_SETUP_SCRIPT

As the script checks for this and obeys it, setting it resulted in the
base configuration script also being used for all multilibs in
preference to the search, so stop setting it.

Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
Christopher Larson
2020-08-21 13:59:44 -07:00
parent 734311e012
commit ab5628f07e

View File

@@ -47,8 +47,6 @@ def setup_external_vars(external_toolchain, localdata, d):
else:
suffix = ''
d.setVar('EXTERNAL_TOOLCHAIN_SETUP_SCRIPT' + suffix, str(setup))
for var in localdata.getVar('EXTERNAL_SETUP_SCRIPT_VARS').split():
d.setVar('EXTERNAL_' + var + suffix, env.get(var) or '')