diff options
author | Alexey Neyman <stilor@att.net> | 2016-11-17 17:23:17 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-11-17 17:23:17 -0800 |
commit | 97c01b8491cf473fc3b3bdacdebee9cae105db19 (patch) | |
tree | cf67724e78b997e3fee768f633efe65bd6ddf4a8 /samples/sparc-leon-linux-uclibc/crosstool.config | |
parent | 1517360c6af78a6cb9fc419fa0aa1a304ec88aff (diff) | |
download | crosstool-ng-97c01b8491cf473fc3b3bdacdebee9cae105db19.tar.gz crosstool-ng-97c01b8491cf473fc3b3bdacdebee9cae105db19.tar.bz2 crosstool-ng-97c01b8491cf473fc3b3bdacdebee9cae105db19.zip |
Update samples previously using 4.9.3.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/sparc-leon-linux-uclibc/crosstool.config')
-rw-r--r-- | samples/sparc-leon-linux-uclibc/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/sparc-leon-linux-uclibc/crosstool.config b/samples/sparc-leon-linux-uclibc/crosstool.config index 97488a55..c8776321 100644 --- a/samples/sparc-leon-linux-uclibc/crosstool.config +++ b/samples/sparc-leon-linux-uclibc/crosstool.config @@ -12,6 +12,6 @@ CT_LIBC_uClibc=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/uClibc.config" CT_LIBC_UCLIBC_IPV6=y CT_LIBC_UCLIBC_WCHAR=y -CT_CC_GCC_V_4_9_3=y +CT_CC_GCC_V_4_9_4=y CT_CC_GCC_EXTRA_CONFIG_ARRAY="--disable-libitm" CT_CC_LANG_CXX=y |