summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-28 14:34:59 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-28 14:34:59 +0100
commitf59ff6e7b869d5e9802da37aa29484dcfbe38ffe (patch)
tree1ce859f205568eaa1316835b4b19960b3f1df514
parent78d39fd15d2d652923a258cb84a8aa97c8a1795c (diff)
downloadembtoolkit-f59ff6e7b869d5e9802da37aa29484dcfbe38ffe.tar.gz
embtoolkit-f59ff6e7b869d5e9802da37aa29484dcfbe38ffe.tar.bz2
embtoolkit-f59ff6e7b869d5e9802da37aa29484dcfbe38ffe.tar.xz
Toolchain: llvm{compiler-rt,libcxx}: use category keyword instead of refspec
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/llvm/compiler-rt/compiler-rt.kconfig2
-rw-r--r--core/toolchain/llvm/libc++/libcxx.kconfig2
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"