diff options
Diffstat (limited to 'samples/mipsel-unknown-linux-gnu')
-rw-r--r-- | samples/mipsel-unknown-linux-gnu/crosstool.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/mipsel-unknown-linux-gnu/crosstool.config b/samples/mipsel-unknown-linux-gnu/crosstool.config index fc485bc9..edaefed7 100644 --- a/samples/mipsel-unknown-linux-gnu/crosstool.config +++ b/samples/mipsel-unknown-linux-gnu/crosstool.config @@ -7,9 +7,8 @@ CT_ARCH_FLOAT_SW=y CT_ARCH_mips=y CT_KERNEL_linux=y CT_BINUTILS_PLUGINS=y -CT_LIBC_glibc=y -CT_CC_LANG_CXX=y CT_CC_GCC_mips_plt=y +CT_CC_LANG_CXX=y CT_DEBUG_dmalloc=y CT_DEBUG_duma=y CT_DEBUG_gdb=y |