diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-02 14:51:16 +0200 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-02 23:12:30 +0200 |
commit | 95c4e89ac98b15fa1c193f2641b0461113f776ec (patch) | |
tree | d68117fc2c55bc78750c52892c9818205ba78679 /samples/armeb-unknown-eabi | |
parent | 741972070f4fedc9d33d1f5c0fd3a48c75444754 (diff) | |
download | crosstool-ng-95c4e89ac98b15fa1c193f2641b0461113f776ec.tar.gz crosstool-ng-95c4e89ac98b15fa1c193f2641b0461113f776ec.tar.bz2 crosstool-ng-95c4e89ac98b15fa1c193f2641b0461113f776ec.zip |
samples: update ARM big-endian samples
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'samples/armeb-unknown-eabi')
-rw-r--r-- | samples/armeb-unknown-eabi/crosstool.config | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/samples/armeb-unknown-eabi/crosstool.config b/samples/armeb-unknown-eabi/crosstool.config index 950e6d2c..d2c2aba6 100644 --- a/samples/armeb-unknown-eabi/crosstool.config +++ b/samples/armeb-unknown-eabi/crosstool.config @@ -4,10 +4,11 @@ CT_LOG_EXTRA=y CT_ARCH_BE=y CT_ARCH_FLOAT_SW=y CT_ARCH_arm=y -CT_BINUTILS_V_2_19_1a=y -CT_CC_V_4_3_2=y +CT_BINUTILS_LINKER_LD_GOLD=y +CT_BINUTILS_GOLD_THREADS=y +CT_BINUTILS_LD_WRAPPER=y +CT_BINUTILS_PLUGINS=y CT_LIBC_none=y +# CT_CC_GCC_USE_GRAPHITE is not set +# CT_CC_GCC_USE_LTO is not set CT_DEBUG_gdb=y -CT_GDB_V_6_8a=y -CT_GMP_V_4_3_2=y -CT_MPFR_V_2_4_2=y |