diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-22 22:19:16 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-22 22:19:16 +0200 |
| commit | a01131d813946a99aa5206633a524855c3b6f58c (patch) | |
| tree | cb5ec95bac08a9f1c3831365498377a9484b3309 /package/uclibc++/files/config | |
| parent | f18f19d6a59974f5a92a4f52c0539c2ec3da4f96 (diff) | |
fix make allmodconfig on mips (rb532)
Diffstat (limited to 'package/uclibc++/files/config')
| -rw-r--r-- | package/uclibc++/files/config | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/package/uclibc++/files/config b/package/uclibc++/files/config index f6ef07573..2831ccc8e 100644 --- a/package/uclibc++/files/config +++ b/package/uclibc++/files/config @@ -15,7 +15,7 @@ HAVE_DOT_CONFIG=y # # String and I/O Stream Support # -UCLIBCXX_HAS_WCHAR=y +# UCLIBCXX_HAS_WCHAR is not set UCLIBCXX_IOSTREAM_BUFSIZE=32 UCLIBCXX_HAS_LFS=y UCLIBCXX_SUPPORT_CDIR=y @@ -23,10 +23,6 @@ UCLIBCXX_SUPPORT_CIN=y UCLIBCXX_SUPPORT_COUT=y UCLIBCXX_SUPPORT_CERR=y # UCLIBCXX_SUPPORT_CLOG is not set -# UCLIBCXX_SUPPORT_WCIN is not set -# UCLIBCXX_SUPPORT_WCOUT is not set -# UCLIBCXX_SUPPORT_WCERR is not set -# UCLIBCXX_SUPPORT_WCLOG is not set # # STL and Code Expansion @@ -51,7 +47,7 @@ UCLIBCXX_RUNTIME_INCLUDE_SUBDIR="/include" UCLIBCXX_RUNTIME_LIB_SUBDIR="/lib" UCLIBCXX_RUNTIME_BIN_SUBDIR="/bin" UCLIBCXX_EXCEPTION_SUPPORT=y -IMPORT_LIBSUP=y +# IMPORT_LIBSUP is not set # IMPORT_LIBGCC_EH is not set # BUILD_STATIC_LIB is not set # DODEBUG is not set |
