From 41380967e1b97e2402b9ccc3f280f17377dc7e2c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 7 Mar 2015 15:45:20 -0600 Subject: xtensa can be used wth big endian mode Default for Qemu Targets is little endian. Fixup qemu example calling parameters. --- target/xtensa/uclibc.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/xtensa/uclibc.config') diff --git a/target/xtensa/uclibc.config b/target/xtensa/uclibc.config index f948f03c8..77c2bbfc5 100644 --- a/target/xtensa/uclibc.config +++ b/target/xtensa/uclibc.config @@ -76,8 +76,9 @@ UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set # LINUXTHREADS_OLD is not set # LINUXTHREADS_NEW is not set -UCLIBC_HAS_THREADS_NATIVE=yes +UCLIBC_HAS_THREADS_NATIVE=y UCLIBC_HAS_THREADS=y +UCLIBC_HAS_TLS=y PTHREADS_DEBUG_SUPPORT=y UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y -- cgit v1.2.3