Force config resolution in gnuarmeclipse exporter

pull/5909/head
Jimmy Brisson 2018-01-30 09:10:37 -06:00
parent a92d0df4ae
commit 6eebc71d99
1 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,8 @@ class GNUARMEclipse(Exporter):
# Hack to fill in build_dir
toolchain.build_dir = self.toolchain.build_dir
toolchain.config = self.toolchain.config
toolchain.set_config_data(self.toolchain.config.get_config_data())
flags = self.toolchain_flags(toolchain)