diff options
Diffstat (limited to 'samples/mips-unknown-linux-uclibc/crosstool.config')
-rw-r--r-- | samples/mips-unknown-linux-uclibc/crosstool.config | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config index 539bfca9..6b9bc310 100644 --- a/samples/mips-unknown-linux-uclibc/crosstool.config +++ b/samples/mips-unknown-linux-uclibc/crosstool.config @@ -1,4 +1,3 @@ -CT_EXPERIMENTAL=y CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y @@ -6,20 +5,13 @@ CT_ARCH_ARCH="mips1" CT_ARCH_FLOAT_SW=y CT_ARCH_mips=y CT_KERNEL_linux=y -CT_KERNEL_V_3_6=y -CT_BINUTILS_V_2_21_1a=y -CT_CC_V_4_6_4=y -CT_CC_LANG_FORTRAN=y -CT_CC_LANG_CXX=y +CT_BINUTILS_PLUGINS=y CT_LIBC_uClibc=y -CT_LIBC_UCLIBC_V_0_9_32=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config" CT_LIBC_UCLIBC_WCHAR=y +CT_CC_LANG_CXX=y +CT_CC_GCC_mips_plt=y CT_DEBUG_dmalloc=y CT_DEBUG_duma=y CT_DEBUG_gdb=y -CT_GDB_NATIVE=y -CT_GDB_NATIVE_STATIC=y -CT_GDB_V_7_2a=y -CT_GMP_V_4_3_2=y -CT_MPFR_V_3_0_1=y +# CT_GDB_CROSS_PYTHON is not set |