diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-18 10:31:28 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-18 10:31:28 -0700 |
commit | 3182001a272960e6a23ea53c7fade57eb41f7dd7 (patch) | |
tree | 49c1e5b9f93569f383f9a8659202a52bf02cf1bf /samples/sparc-leon-linux-uclibc | |
parent | bd11c0e91189208db07a9851708091fb951f823f (diff) | |
download | crosstool-ng-3182001a272960e6a23ea53c7fade57eb41f7dd7.tar.gz crosstool-ng-3182001a272960e6a23ea53c7fade57eb41f7dd7.tar.bz2 crosstool-ng-3182001a272960e6a23ea53c7fade57eb41f7dd7.zip |
Pin sparc-leon to GCC6, again
Also, change the name for uClibc config to be version-agnostic,
the version changes too fast.
Signed-off-by: Alexey Neyman <stilor@att.net>
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 26d3cbd0..20612d8c 100644 --- a/samples/sparc-leon-linux-uclibc/crosstool.config +++ b/samples/sparc-leon-linux-uclibc/crosstool.config @@ -6,9 +6,9 @@ CT_TARGET_VENDOR="leon" CT_KERNEL_LINUX=y CT_LINUX_V_3_10=y CT_LIBC_UCLIBC=y -CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/uClibc.config" +CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}.config" CT_LIBC_UCLIBC_IPV6=y -CT_GCC_V_6_3_0=y +CT_GCC_V_6_4_0=y CT_CC_GCC_EXTRA_CONFIG_ARRAY="--disable-libitm" CT_CC_LANG_CXX=y CT_DEBUG_GDB=y |