From f59ff6e7b869d5e9802da37aa29484dcfbe38ffe Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 28 Feb 2015 14:34:59 +0100 Subject: Toolchain: llvm{compiler-rt,libcxx}: use category keyword instead of refspec Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/llvm/compiler-rt/compiler-rt.kconfig | 2 +- core/toolchain/llvm/libc++/libcxx.kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/toolchain/llvm/compiler-rt/compiler-rt.kconfig b/core/toolchain/llvm/compiler-rt/compiler-rt.kconfig index 67a81e3..070c41b 100644 --- a/core/toolchain/llvm/compiler-rt/compiler-rt.kconfig +++ b/core/toolchain/llvm/compiler-rt/compiler-rt.kconfig @@ -58,7 +58,7 @@ config EMBTK_COMPILER-RT_GIT_REVISION help Chechout a specific revision instead of the latest. -config EMBTK_COMPILER-RT_REFSPEC +config EMBTK_COMPILER-RT_CATEGORY string default "toolchain" diff --git a/core/toolchain/llvm/libc++/libcxx.kconfig b/core/toolchain/llvm/libc++/libcxx.kconfig index bde24a2..d3e8981 100644 --- a/core/toolchain/llvm/libc++/libcxx.kconfig +++ b/core/toolchain/llvm/libc++/libcxx.kconfig @@ -62,7 +62,7 @@ config EMBTK_LIBCXX_GIT_REVISION help Chechout a specific revision instead of the latest. -config EMBTK_LIBCXX_REFSPEC +config EMBTK_LIBCXX_CATEGORY string default "toolchain" -- cgit v1.2.3