diff options
Diffstat (limited to 'samples/mips64el-n32-linux-uclibc/crosstool.config')
-rw-r--r-- | samples/mips64el-n32-linux-uclibc/crosstool.config | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/samples/mips64el-n32-linux-uclibc/crosstool.config b/samples/mips64el-n32-linux-uclibc/crosstool.config index 9d997729..4697dfe4 100644 --- a/samples/mips64el-n32-linux-uclibc/crosstool.config +++ b/samples/mips64el-n32-linux-uclibc/crosstool.config @@ -8,12 +8,10 @@ CT_ARCH_FLOAT_SW=y CT_ARCH_mips=y CT_TARGET_VENDOR="n32" CT_KERNEL_linux=y -CT_KERNEL_V_2_6_31=y -CT_BINUTILS_V_2_19_1a=y -CT_CC_V_4_3_2=y -CT_CC_LANG_CXX=y +CT_BINUTILS_V_2_22=y +CT_BINUTILS_PLUGINS=y CT_LIBC_uClibc=y -CT_LIBC_UCLIBC_V_0_9_30_1=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config" -CT_GMP_V_4_3_2=y -CT_MPFR_V_2_4_2=y +CT_LIBC_UCLIBC_WCHAR=y +CT_CC_LANG_CXX=y +CT_CC_GCC_mips_plt=y |