diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-12 22:55:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-12 22:55:55 -0800 |
commit | 2da27758a9638b07f06d490251f0e44abf398057 (patch) | |
tree | 4ec507c1c598bbbd75b1e0846d01f383bef19f99 /samples/sparc-leon-linux-uclibc | |
parent | db4fdf015061e5c8a39cbb3c8ff4c33bea9ebdf8 (diff) | |
parent | 47e16f64e4bb98b8bd616a9bf45f80113a0794f1 (diff) | |
download | crosstool-ng-2da27758a9638b07f06d490251f0e44abf398057.tar.gz crosstool-ng-2da27758a9638b07f06d490251f0e44abf398057.tar.bz2 crosstool-ng-2da27758a9638b07f06d490251f0e44abf398057.zip |
Merge pull request #1136 from stilor/upgrading2
Upgradability, phase 2
Diffstat (limited to 'samples/sparc-leon-linux-uclibc')
-rw-r--r-- | samples/sparc-leon-linux-uclibc/crosstool.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/sparc-leon-linux-uclibc/crosstool.config b/samples/sparc-leon-linux-uclibc/crosstool.config index 2a48273c..19e855f5 100644 --- a/samples/sparc-leon-linux-uclibc/crosstool.config +++ b/samples/sparc-leon-linux-uclibc/crosstool.config @@ -1,4 +1,4 @@ -CT_CONFIG_VERSION="1" +CT_CONFIG_VERSION="2" CT_ARCH_SPARC=y CT_ARCH_CPU="leon" CT_ARCH_TUNE="leon" @@ -9,7 +9,7 @@ CT_LINUX_V_3_10=y CT_LIBC_UCLIBC=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}.config" CT_LIBC_UCLIBC_IPV6=y -CT_GCC_V_6_5_0=y +CT_GCC_V_6=y CT_CC_GCC_EXTRA_CONFIG_ARRAY="--disable-libitm" CT_CC_LANG_CXX=y CT_DEBUG_GDB=y |