diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-10-02 00:02:44 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-10-02 00:02:44 +0200 |
commit | d8488d3b3a2a2784a9f9ea4abf00e62d4cf115e1 (patch) | |
tree | c542cb8d83e5b7562f2553b8b8a11b5ddf4f9c43 /samples/mips-unknown-linux-uclibc | |
parent | 41f090651846b0eacb2fd917dd2ef68e565e21af (diff) | |
download | crosstool-ng-d8488d3b3a2a2784a9f9ea4abf00e62d4cf115e1.tar.gz crosstool-ng-d8488d3b3a2a2784a9f9ea4abf00e62d4cf115e1.tar.bz2 crosstool-ng-d8488d3b3a2a2784a9f9ea4abf00e62d4cf115e1.zip |
samples: update for the release
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'samples/mips-unknown-linux-uclibc')
-rw-r--r-- | samples/mips-unknown-linux-uclibc/crosstool.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config index 72051d40..539bfca9 100644 --- a/samples/mips-unknown-linux-uclibc/crosstool.config +++ b/samples/mips-unknown-linux-uclibc/crosstool.config @@ -6,8 +6,9 @@ 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_1=y +CT_CC_V_4_6_4=y CT_CC_LANG_FORTRAN=y CT_CC_LANG_CXX=y CT_LIBC_uClibc=y @@ -20,4 +21,5 @@ 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 |