mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
fix locale stuff (and there was much rejoicing)
SVN-Revision: 5671
This commit is contained in:
parent
760bb5647c
commit
7b9e1271ef
@ -1747,7 +1747,7 @@
|
|||||||
+# ifdef __UCLIBC_HAS_XLOCALE__
|
+# ifdef __UCLIBC_HAS_XLOCALE__
|
||||||
+ _M_data->_M_decimal_point = __cloc->decimal_point_wc;
|
+ _M_data->_M_decimal_point = __cloc->decimal_point_wc;
|
||||||
+ _M_data->_M_thousands_sep = __cloc->thousands_sep_wc;
|
+ _M_data->_M_thousands_sep = __cloc->thousands_sep_wc;
|
||||||
+# else
|
+# elif defined __UCLIBC_HAS_LOCALE__
|
||||||
+ _M_data->_M_decimal_point = __global_locale->decimal_point_wc;
|
+ _M_data->_M_decimal_point = __global_locale->decimal_point_wc;
|
||||||
+ _M_data->_M_thousands_sep = __global_locale->thousands_sep_wc;
|
+ _M_data->_M_thousands_sep = __global_locale->thousands_sep_wc;
|
||||||
+# endif
|
+# endif
|
||||||
@ -1902,7 +1902,7 @@
|
|||||||
+# ifdef __UCLIBC_HAS_XLOCALE__
|
+# ifdef __UCLIBC_HAS_XLOCALE__
|
||||||
+ _M_data->_M_decimal_point = __cloc->decimal_point_wc;
|
+ _M_data->_M_decimal_point = __cloc->decimal_point_wc;
|
||||||
+ _M_data->_M_thousands_sep = __cloc->thousands_sep_wc;
|
+ _M_data->_M_thousands_sep = __cloc->thousands_sep_wc;
|
||||||
+# else
|
+# elif defined __UCLIBC_HAS_LOCALE__
|
||||||
+ _M_data->_M_decimal_point = __global_locale->decimal_point_wc;
|
+ _M_data->_M_decimal_point = __global_locale->decimal_point_wc;
|
||||||
+ _M_data->_M_thousands_sep = __global_locale->thousands_sep_wc;
|
+ _M_data->_M_thousands_sep = __global_locale->thousands_sep_wc;
|
||||||
+# endif
|
+# endif
|
||||||
@ -2174,7 +2174,7 @@
|
|||||||
+# ifdef __UCLIBC_HAS_XLOCALE__
|
+# ifdef __UCLIBC_HAS_XLOCALE__
|
||||||
+ _M_data->_M_decimal_point = __cloc->decimal_point_wc;
|
+ _M_data->_M_decimal_point = __cloc->decimal_point_wc;
|
||||||
+ _M_data->_M_thousands_sep = __cloc->thousands_sep_wc;
|
+ _M_data->_M_thousands_sep = __cloc->thousands_sep_wc;
|
||||||
+# else
|
+# elif defined __UCLIBC_HAS_LOCALE__
|
||||||
+ _M_data->_M_decimal_point = __global_locale->decimal_point_wc;
|
+ _M_data->_M_decimal_point = __global_locale->decimal_point_wc;
|
||||||
+ _M_data->_M_thousands_sep = __global_locale->thousands_sep_wc;
|
+ _M_data->_M_thousands_sep = __global_locale->thousands_sep_wc;
|
||||||
+# endif
|
+# endif
|
||||||
@ -3120,13 +3120,13 @@
|
|||||||
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT
|
+ GLIBCXX_CHECK_WCHAR_T_SUPPORT
|
||||||
+
|
+
|
||||||
+ # For LFS.
|
+ # For LFS.
|
||||||
+ GLIBCXX_CHECK_INT64_T
|
+ AC_DEFINE(HAVE_INT64_T)
|
||||||
+ case "$target" in
|
+ case "$target" in
|
||||||
+ *-uclinux*)
|
+ *-uclinux*)
|
||||||
+ # Don't enable LFS with uClinux
|
+ # Don't enable LFS with uClinux
|
||||||
+ ;;
|
+ ;;
|
||||||
+ *)
|
+ *)
|
||||||
+ GLIBCXX_USE_LFS
|
+ AC_DEFINE(_GLIBCXX_USE_LFS)
|
||||||
+ esac
|
+ esac
|
||||||
+
|
+
|
||||||
+ # For showmanyc_helper().
|
+ # For showmanyc_helper().
|
||||||
|
Loading…
Reference in New Issue
Block a user