Explorar el Código

tcmode: default EXTERNAL_TOOLCHAIN to UNKNOWN, not UNDEFINED

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson hace 3 años
padre
commit
e25fcba931
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"