summaryrefslogtreecommitdiff
path: root/mk/eglibc-2.10-options.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-26 20:24:02 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-26 20:36:31 +0100
commit51b0deebefc1761ba191c576cdd14d151b819697 (patch)
tree0e7410e74bdc0f34417ef9cbd551972923b977fb /mk/eglibc-2.10-options.mk
parent0e631db8d44d5fc2cad761062817d1aee2c12762 (diff)
downloadembtoolkit-51b0deebefc1761ba191c576cdd14d151b819697.tar.gz
embtoolkit-51b0deebefc1761ba191c576cdd14d151b819697.tar.bz2
embtoolkit-51b0deebefc1761ba191c576cdd14d151b819697.tar.xz
Toolchain: eglibc: Completely rework the way eglibc options are computed
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/eglibc-2.10-options.mk')
-rw-r--r--mk/eglibc-2.10-options.mk62
1 files changed, 31 insertions, 31 deletions
diff --git a/mk/eglibc-2.10-options.mk b/mk/eglibc-2.10-options.mk
index 2cf53ab..a4cd022 100644
--- a/mk/eglibc-2.10-options.mk
+++ b/mk/eglibc-2.10-options.mk
@@ -1,6 +1,6 @@
################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -23,34 +23,34 @@
# \date May 2009
################################################################################
-EGLIBC_OPTIONS := OPTION_EGLIBC_ADVANCED_INET6 \
- OPTION_EGLIBC_BACKTRACE \
- OPTION_EGLIBC_BSD \
- OPTION_EGLIBC_CXX_TESTS \
- OPTION_EGLIBC_CATGETS \
- OPTION_EGLIBC_CHARSETS \
- OPTION_EGLIBC_DB_ALIASES \
- OPTION_EGLIBC_ENVZ \
- OPTION_EGLIBC_FCVT \
- OPTION_EGLIBC_FMTMSG \
- OPTION_EGLIBC_FSTAB \
- OPTION_EGLIBC_FTRAVERSE \
- OPTION_EGLIBC_GETLOGIN \
- OPTION_EGLIBC_INET \
- OPTION_EGLIBC_LIBM \
- OPTION_EGLIBC_LOCALES \
- OPTION_EGLIBC_LOCALE_CODE \
- OPTION_EGLIBC_NIS \
- OPTION_EGLIBC_NSSWITCH \
- OPTION_EGLIBC_RCMD \
- OPTION_EGLIBC_SPAWN \
- OPTION_EGLIBC_STREAMS \
- OPTION_EGLIBC_SUNRPC \
- OPTION_EGLIBC_UTMP \
- OPTION_EGLIBC_UTMPX \
- OPTION_EGLIBC_WORDEXP \
- OPTION_POSIX_C_LANG_WIDE_CHAR \
- OPTION_POSIX_REGEXP \
- OPTION_POSIX_REGEXP_GLIBC \
- OPTION_POSIX_WIDE_CHAR_DEVICE_IO
+OPTION_EGLIBC_ADVANCED_INET6
+OPTION_EGLIBC_BACKTRACE=n
+OPTION_EGLIBC_BSD=n
+OPTION_EGLIBC_CXX_TESTS=n
+OPTION_EGLIBC_CATGETS=n
+OPTION_EGLIBC_CHARSETS=n
+OPTION_EGLIBC_DB_ALIASES=n
+OPTION_EGLIBC_ENVZ=n
+OPTION_EGLIBC_FCVT=n
+OPTION_EGLIBC_FMTMSG=n
+OPTION_EGLIBC_FSTAB=n
+OPTION_EGLIBC_FTRAVERSE=n
+OPTION_EGLIBC_GETLOGIN=n
+OPTION_EGLIBC_INET=n
+OPTION_EGLIBC_LIBM=n
+OPTION_EGLIBC_LOCALES=n
+OPTION_EGLIBC_LOCALE_CODE=n
+OPTION_EGLIBC_NIS=n
+OPTION_EGLIBC_NSSWITCH=n
+OPTION_EGLIBC_RCMD=n
+OPTION_EGLIBC_SPAWN=n
+OPTION_EGLIBC_STREAMS=n
+OPTION_EGLIBC_SUNRPC=n
+OPTION_EGLIBC_UTMP=n
+OPTION_EGLIBC_UTMPX=n
+OPTION_EGLIBC_WORDEXP=n
+OPTION_POSIX_C_LANG_WIDE_CHAR=n
+OPTION_POSIX_REGEXP=n
+OPTION_POSIX_REGEXP_GLIBC=n
+OPTION_POSIX_WIDE_CHAR_DEVICE_IO=n