From 3ae067c01917aded16306e5d27013ca429ee2bf4 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 22 Mar 2013 13:05:13 +0100 Subject: Toolchain: llvm/compiler-rt: git ability to build compiler-rt packaged for embtk Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/llvm/compiler-rt.kconfig | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'kconfig/llvm') diff --git a/kconfig/llvm/compiler-rt.kconfig b/kconfig/llvm/compiler-rt.kconfig index 0064c22..6d0f08f 100644 --- a/kconfig/llvm/compiler-rt.kconfig +++ b/kconfig/llvm/compiler-rt.kconfig @@ -1,6 +1,6 @@ ################################################################################ # Embtoolkit -# Copyright(C) 2012 Abdoulaye Walsimou GAYE . +# Copyright(C) 2012-2013 Abdoulaye Walsimou GAYE . # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,13 +26,16 @@ config EMTK_HAVE_COMPILER-RT bool default y - select EMBTK_COMPILER-RT_VERSION_GIT + select EMBTK_COMPILER-RT_VERSION_3_3 # -# compiler-rt version +# compiler-rt versions # +config EMBTK_COMPILER-RT_VERSION_3_3 + bool + config EMBTK_COMPILER-RT_VERSION_GIT - bool "Use compiler-rt git repository" + bool help Answer Y here if you want to build your toolchain based on compiler-rt sources from its GIT repository. @@ -62,6 +65,7 @@ config EMBTK_COMPILER-RT_REFSPEC # config EMBTK_COMPILER-RT_VERSION_STRING string + default "embtk-3.3" if EMBTK_COMPILER-RT_VERSION_3_3 default "git" if EMBTK_COMPILER-RT_VERSION_GIT -- cgit v1.2.3