Enable wchar_t support in libstdc++.
This commit is contained in:
parent
ffeacbdf54
commit
6f4ed18bfc
@ -104,7 +104,7 @@ libstdc++-v3/include/bits/c++config before full recompilation of the library.
|
||||
#define _GLIBCPP_USE_C99 1
|
||||
|
||||
// Define if code specialized for wchar_t should be used.
|
||||
/* #undef _GLIBCPP_USE_WCHAR_T */
|
||||
#define _GLIBCPP_USE_WCHAR_T 1
|
||||
|
||||
// Define if using setrlimit to limit memory usage during 'make check'.
|
||||
/* #undef _GLIBCPP_MEM_LIMITS */
|
||||
|
@ -16,7 +16,7 @@
|
||||
#define _GLIBCPP_USE_C99 1
|
||||
|
||||
// Define if code specialized for wchar_t should be used.
|
||||
/* #undef _GLIBCPP_USE_WCHAR_T */
|
||||
#define _GLIBCPP_USE_WCHAR_T 1
|
||||
|
||||
// Define if using setrlimit to limit memory usage during 'make check'.
|
||||
/* #undef _GLIBCPP_MEM_LIMITS */
|
||||
|
Loading…
Reference in New Issue
Block a user