diff options
Diffstat (limited to 'samples/mipsel-unknown-linux-gnu/crosstool.config')
-rw-r--r-- | samples/mipsel-unknown-linux-gnu/crosstool.config | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/samples/mipsel-unknown-linux-gnu/crosstool.config b/samples/mipsel-unknown-linux-gnu/crosstool.config index bb5a083a..fc485bc9 100644 --- a/samples/mipsel-unknown-linux-gnu/crosstool.config +++ b/samples/mipsel-unknown-linux-gnu/crosstool.config @@ -6,20 +6,13 @@ CT_ARCH_LE=y CT_ARCH_FLOAT_SW=y CT_ARCH_mips=y CT_KERNEL_linux=y -CT_KERNEL_V_2_6_31=y -CT_BINUTILS_V_2_19_1a=y -CT_BINUTILS_FOR_TARGET=y -CT_CC_V_4_3_2=y -CT_CC_LANG_CXX=y +CT_BINUTILS_PLUGINS=y CT_LIBC_glibc=y -CT_LIBC_GLIBC_V_2_9=y -# CT_LIBC_GLIBC_FORCE_UNWIND is not set +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_CROSS_PYTHON is not set CT_GDB_NATIVE=y -CT_GDB_V_6_8a=y CT_DEBUG_strace=y -CT_STRACE_V_4_5_19=y -CT_GMP_V_4_3_2=y -CT_MPFR_V_2_4_2=y |