summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-12-30 13:27:17 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-12-30 13:28:07 +0100
commite0e62489d251016be564422de37b43df94499b48 (patch)
tree51e8a767c89e49820454e4cc2bfa326d0daf54f5 /kconfig
parent5c67312f3759cdba3c69b944480983fd6b9efe05 (diff)
downloadembtoolkit-e0e62489d251016be564422de37b43df94499b48.tar.gz
embtoolkit-e0e62489d251016be564422de37b43df94499b48.tar.bz2
embtoolkit-e0e62489d251016be564422de37b43df94499b48.tar.xz
Toolchain: libc++: add needed libcxxrt infrastructure
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/libc++/libcxxrt/libcxxrt.kconfig76
1 files changed, 76 insertions, 0 deletions
diff --git a/kconfig/libc++/libcxxrt/libcxxrt.kconfig b/kconfig/libc++/libcxxrt/libcxxrt.kconfig
new file mode 100644
index 0000000..218125e
--- /dev/null
+++ b/kconfig/libc++/libcxxrt/libcxxrt.kconfig
@@ -0,0 +1,76 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2012 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
+#
+# 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file libcxxrt.kconfig
+# \brief libcxxrt.kconfig of Embtoolkit
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date December 2012
+################################################################################
+
+config EMTK_HAVE_LIBCXXRT
+ bool
+ default y
+
+#
+# libcxxrt version
+#
+choice
+ prompt "Version of libcxxrt you wish"
+ help
+ Version of libcxxrt you wish
+
+ config EMBTK_LIBCXXRT_VERSION_GIT
+ bool "Use libcxxrt git repository"
+ help
+ Answer Y here if you want to build your toolchain based on
+ libcxxrt sources from its GIT repository.
+endchoice
+
+#
+# GIT repository options
+#
+config EMBTK_LIBCXXRT_GIT_BRANCH
+ string "Branch to use"
+ default "master"
+ depends on EMBTK_LIBCXXRT_VERSION_GIT
+ help
+ The branch of the git repository to use, the default is master.
+
+config EMBTK_LIBCXXRT_GIT_REVISION
+ string "Checkout a specific revision instead of the latest"
+ depends on EMBTK_LIBCXXRT_VERSION_GIT
+ help
+ Chechout a specific revision instead of the latest.
+
+config EMBTK_LIBCXXRT_REFSPEC
+ string
+ default "toolchain"
+
+#
+# Versions strings for tarball packages.
+#
+config EMBTK_LIBCXXRT_VERSION_STRING
+ string
+ default "git" if EMBTK_LIBCXXRT_VERSION_GIT
+
+
+config EMBTK_LIBCXXRT_NEED_PATCH
+ bool
+config EMBTK_LIBCXXRT_NEED_AUTORECONF
+ bool