diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-05 17:05:30 +0200 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-06 00:57:46 +0200 |
commit | 20346f27add63bbfe71fa82a44751aebaf940877 (patch) | |
tree | d1256e8838b580eda84589bb306544a4438f020d /samples/mipsel-unknown-linux-gnu | |
parent | bf5d513248d003e109ff66ae72b2ed99a31ca777 (diff) | |
download | crosstool-ng-20346f27add63bbfe71fa82a44751aebaf940877.tar.gz crosstool-ng-20346f27add63bbfe71fa82a44751aebaf940877.tar.bz2 crosstool-ng-20346f27add63bbfe71fa82a44751aebaf940877.zip |
samples: update the MIPS samples
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'samples/mipsel-unknown-linux-gnu')
-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 |