diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 19:54:12 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 19:54:12 +0100 |
commit | e8e7eca3c6e07aea08acda11e5e8852b98870131 (patch) | |
tree | fc3dcd7cdd8b11ccf4833734f9cc8d196572460f /samples/mipsel-sde-elf | |
parent | 8bcfb25fb7aec9498db4031cc807872585281e30 (diff) | |
download | crosstool-ng-e8e7eca3c6e07aea08acda11e5e8852b98870131.tar.gz crosstool-ng-e8e7eca3c6e07aea08acda11e5e8852b98870131.tar.bz2 crosstool-ng-e8e7eca3c6e07aea08acda11e5e8852b98870131.zip |
all: unmark experimental version
It's been a while we've had those versions, time to unmark them being
experimental. It does not mean everything is perfect, but may gather
some more testing on those versions.
Update samples accordingly.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'samples/mipsel-sde-elf')
-rw-r--r-- | samples/mipsel-sde-elf/crosstool.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/mipsel-sde-elf/crosstool.config b/samples/mipsel-sde-elf/crosstool.config index 2645619a..7d2215c0 100644 --- a/samples/mipsel-sde-elf/crosstool.config +++ b/samples/mipsel-sde-elf/crosstool.config @@ -5,10 +5,12 @@ CT_ARCH_LE=y CT_ARCH_FLOAT_SW=y CT_ARCH_mips=y CT_TARGET_VENDOR="sde" +CT_BINUTILS_V_2_21_1a=y CT_CC_V_4_4_6=y # CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set CT_LIBC_none=y CT_DEBUG_gdb=y +CT_GDB_V_6_8a=y CT_GMP_V_4_3_2=y CT_MPFR_V_2_4_2=y CT_PPL_V_0_10_2=y |