summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorKirill Smirnov <kirill.k.smirnov@gmail.com>2017-06-01 09:23:59 (GMT)
committerAlexey Neyman <stilor@att.net>2017-06-02 20:27:56 (GMT)
commitbba46dc1b5b74f60847cd926f7c82b4e10869738 (patch)
tree481ae802d399b9b9d203e381d643a9c1b73a5473 /samples
parent259173bb5e5f89a75b3e29174dd02fa7f74ec333 (diff)
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>
Diffstat (limited to 'samples')
-rw-r--r--samples/sparc-leon-linux-uclibc/crosstool.config3
-rw-r--r--samples/sparc-leon-linux-uclibc/uClibc.config5
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 e5fa5ee..02c346d 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 abcfe40..c81724c 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