diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-07-04 19:37:44 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-04 19:37:44 +0000 |
| commit | d20b249c094384ec3aed359ab7d6e2bf2c4953ad (patch) | |
| tree | dffab83fb272845ba1c133612c4797f734362ac3 /openwrt/package/uclibc++/uclibc++.config | |
| parent | 514eef8415b1d3508b6acb0ce9d78bd532eb66da (diff) | |
| download | mtk-20170518-d20b249c094384ec3aed359ab7d6e2bf2c4953ad.zip mtk-20170518-d20b249c094384ec3aed359ab7d6e2bf2c4953ad.tar.gz mtk-20170518-d20b249c094384ec3aed359ab7d6e2bf2c4953ad.tar.bz2 | |
update uClibc++ to 0.1.11 - fixes kismet problems
SVN-Revision: 1337
Diffstat (limited to 'openwrt/package/uclibc++/uclibc++.config')
| -rw-r--r-- | openwrt/package/uclibc++/uclibc++.config | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/openwrt/package/uclibc++/uclibc++.config b/openwrt/package/uclibc++/uclibc++.config index 91229cd..cc9eb49 100644 --- a/openwrt/package/uclibc++/uclibc++.config +++ b/openwrt/package/uclibc++/uclibc++.config @@ -12,20 +12,6 @@ TARGET_mips=y HAVE_ELF=y TARGET_ARCH="mips" ARCH_CFLAGS="-mno-split-addresses" -# CONFIG_GENERIC_386 is not set -# CONFIG_386 is not set -# CONFIG_486 is not set -# CONFIG_586 is not set -# CONFIG_586MMX is not set -# CONFIG_686 is not set -# CONFIG_PENTIUMIII is not set -# CONFIG_PENTIUM4 is not set -# CONFIG_K6 is not set -# CONFIG_K7 is not set -# CONFIG_CRUSOE is not set -# CONFIG_WINCHIPC6 is not set -# CONFIG_WINCHIP2 is not set -# CONFIG_CYRIXIII is not set # CONFIG_MIPS_ISA_1 is not set # CONFIG_MIPS_ISA_2 is not set # CONFIG_MIPS_ISA_3 is not set @@ -48,17 +34,26 @@ UCLIBCXX_SUPPORT_CDIR=y 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 # UCLIBCXX_STL_BUFFER_SIZE=32 UCLIBCXX_CODE_EXPANSION=y +# UCLIBCXX_EXPAND_CONSTRUCTORS_DESTRUCTORS is not set UCLIBCXX_EXPAND_STRING_CHAR=y UCLIBCXX_EXPAND_VECTOR_BASIC=y +# UCLIBCXX_EXPAND_IOS_CHAR is not set +# UCLIBCXX_EXPAND_STREAMBUF_CHAR is not set UCLIBCXX_EXPAND_ISTREAM_CHAR=y UCLIBCXX_EXPAND_OSTREAM_CHAR=y UCLIBCXX_EXPAND_FSTREAM_CHAR=y +# UCLIBCXX_EXPAND_SSTREAM_CHAR is not set # # Library Installation Options @@ -69,4 +64,6 @@ UCLIBCXX_RUNTIME_LIB_SUBDIR="/lib" UCLIBCXX_RUNTIME_BIN_SUBDIR="/bin" UCLIBCXX_EXCEPTION_SUPPORT=y IMPORT_LIBSUP=y +# IMPORT_LIBGCC_EH is not set +# BUILD_STATIC_LIB is not set # DODEBUG is not set |
