summaryrefslogtreecommitdiff
path: root/packages/development/boost/boost.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-11 15:51:38 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-11 15:51:38 +0200
commita2825bc53fb6c116f882c0b252cf7bed0631cb3d (patch)
tree20b2227d52c7604e711a22ed5d02fbb8c724ba2f /packages/development/boost/boost.kconfig
parent5de829c9ee3bd76012df0a73e66ba1ea7a435c66 (diff)
downloadembtoolkit-a2825bc53fb6c116f882c0b252cf7bed0631cb3d.tar.gz
embtoolkit-a2825bc53fb6c116f882c0b252cf7bed0631cb3d.tar.bz2
embtoolkit-a2825bc53fb6c116f882c0b252cf7bed0631cb3d.tar.xz
Packages/development: New package boost-1.55.0
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/development/boost/boost.kconfig')
-rw-r--r--packages/development/boost/boost.kconfig51
1 files changed, 51 insertions, 0 deletions
diff --git a/packages/development/boost/boost.kconfig b/packages/development/boost/boost.kconfig
new file mode 100644
index 0000000..289260e
--- /dev/null
+++ b/packages/development/boost/boost.kconfig
@@ -0,0 +1,51 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2014 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
+# 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 boost.kconfig
+# \brief boost.kconfig of Embtoolkit
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date May 2014
+################################################################################
+
+config EMBTK_HAVE_BOOST
+ bool "Have boost"
+ select EMBTK_GCC_LANGUAGE_CPP
+ select KEMBTK_UCLIBC_UCLIBC_HAS_LOCALE if EMBTK_CLIB_UCLIBC
+ select KEMBTK_UCLIBC_UCLIBC_HAS_XLOCALE if EMBTK_CLIB_UCLIBC
+ select KEMBTK_EGLIBC_OPTION_EGLIBC_LOCALE_CODE if EMBTK_CLIB_EGLIBC
+ help
+ Free portable C++ libraries
+ see http://www.boost.org
+
+choice
+ prompt "boost version you wish"
+ depends on EMBTK_HAVE_BOOST
+ help
+ Here you can choose which version of boost you want to use.
+
+ config EMBTK_BOOST_VERSION_1_55_0
+ bool "boost-1.55.0"
+endchoice
+
+config EMBTK_BOOST_VERSION_STRING
+ string
+ default "1_55_0" if EMBTK_BOOST_VERSION_1_55_0
+
+config EMBTK_BOOST_NEED_PATCH
+ bool