Bluetooth: Set default toolchain to gcc
Set the toolchain in case the user doesn't have it set in their environment. Change-Id: Ia961598bc125ded9326747cc8c5810635a8481d5 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
dd7a73a228
commit
5fffe2f225
|
@ -46,6 +46,7 @@ main() {
|
|||
BSP_NAME=""
|
||||
ARCH_NAME=""
|
||||
KEEP_LOGS=0
|
||||
VXMICRO_TOOL=gcc
|
||||
|
||||
# set up environment info used to build projects
|
||||
build_info_set
|
||||
|
|
Loading…
Reference in a new issue