diff options
author | Kirill Smirnov <kirill.k.smirnov@gmail.com> | 2017-06-01 12:23:59 +0300 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-06-02 13:27:56 -0700 |
commit | bba46dc1b5b74f60847cd926f7c82b4e10869738 (patch) | |
tree | 481ae802d399b9b9d203e381d643a9c1b73a5473 | |
parent | 259173bb5e5f89a75b3e29174dd02fa7f74ec333 (diff) | |
download | crosstool-ng-bba46dc1b5b74f60847cd926f7c82b4e10869738.tar.gz crosstool-ng-bba46dc1b5b74f60847cd926f7c82b4e10869738.tar.bz2 crosstool-ng-bba46dc1b5b74f60847cd926f7c82b4e10869738.zip |
samples: update sparc/leon sample
* Remove obsolete RPC options from uclibc-ng config
* Enable utmp/wtmp options (gdb needs them)
* Switch to gcc-6.3
Signed-off-by: Kirill Smirnov <kirill.k.smirnov@gmail.com>
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | samples/sparc-leon-linux-uclibc/crosstool.config | 3 | ||||
-rw-r--r-- | samples/sparc-leon-linux-uclibc/uClibc.config | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/samples/sparc-leon-linux-uclibc/crosstool.config b/samples/sparc-leon-linux-uclibc/crosstool.config index e5fa5ee1..02c346db 100644 --- a/samples/sparc-leon-linux-uclibc/crosstool.config +++ b/samples/sparc-leon-linux-uclibc/crosstool.config @@ -9,6 +9,7 @@ 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_4=y +CT_CC_GCC_V_6_3_0=y CT_CC_GCC_EXTRA_CONFIG_ARRAY="--disable-libitm" CT_CC_LANG_CXX=y +CT_DEBUG_gdb=y diff --git a/samples/sparc-leon-linux-uclibc/uClibc.config b/samples/sparc-leon-linux-uclibc/uClibc.config index abcfe401..c81724ce 100644 --- a/samples/sparc-leon-linux-uclibc/uClibc.config +++ b/samples/sparc-leon-linux-uclibc/uClibc.config @@ -2,6 +2,8 @@ TARGET_sparc=y # UCLIBC_HAS_FPU is not set DO_C99_MATH=y UCLIBC_HAS_THREADS_NATIVE=y +UCLIBC_HAS_UTMPX=y +UCLIBC_HAS_UTMP=y UCLIBC_SUSV3_LEGACY=y UCLIBC_SUSV4_LEGACY=y # UNIX98PTY_ONLY is not set @@ -9,9 +11,6 @@ UCLIBC_HAS_LIBUTIL=y UCLIBC_HAS_SHA256_CRYPT_IMPL=y UCLIBC_HAS_SHA512_CRYPT_IMPL=y UCLIBC_HAS_IPV6=y -UCLIBC_HAS_RPC=y -UCLIBC_HAS_FULL_RPC=y -UCLIBC_HAS_REENTRANT_RPC=y UCLIBC_USE_NETLINK=y UCLIBC_HAS_RESOLVER_SUPPORT=y UCLIBC_HAS_LIBRESOLV_STUB=y |