Browse Source

tcmode: default EXTERNAL_TOOLCHAIN to UNKNOWN, not UNDEFINED

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 3 years ago
parent
commit
e25fcba931
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/distro/include/tcmode-external.inc

+ 1 - 1
conf/distro/include/tcmode-external.inc

@@ -1,5 +1,5 @@
 # Configuration to use external Sourcery G++ toolchain
-EXTERNAL_TOOLCHAIN ?= "UNDEFINED"
+EXTERNAL_TOOLCHAIN ??= "UNKNOWN"
 EXTERNAL_TARGET_SYS ??= "${TARGET_ARCH}-${TARGET_OS}"
 EXTERNAL_TOOLCHAIN_BIN ??= "${EXTERNAL_TOOLCHAIN}/bin"