summaryrefslogtreecommitdiff
path: root/target/xtensa/uclibc-ng.config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-07 15:45:20 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-07 15:46:14 -0600
commit41380967e1b97e2402b9ccc3f280f17377dc7e2c (patch)
treed8b47229b7508347a32ee8dd7d6880e4031988af /target/xtensa/uclibc-ng.config
parentfd5e1bfc81aa5ea3e3893fc61f8c50509a3487c7 (diff)
xtensa can be used wth big endian mode
Default for Qemu Targets is little endian. Fixup qemu example calling parameters.
Diffstat (limited to 'target/xtensa/uclibc-ng.config')
-rw-r--r--target/xtensa/uclibc-ng.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/xtensa/uclibc-ng.config b/target/xtensa/uclibc-ng.config
index 4495e5c9b..dbf9e2915 100644
--- a/target/xtensa/uclibc-ng.config
+++ b/target/xtensa/uclibc-ng.config
@@ -79,9 +79,9 @@ UCLIBC_HAS_TLS=y
PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
-# MALLOC is not set
+MALLOC=y
# MALLOC_SIMPLE is not set
-MALLOC_STANDARD=y
+# MALLOC_STANDARD is not set
MALLOC_GLIBC_COMPAT=y
UCLIBC_HAS_OBSTACK=y
UCLIBC_DYNAMIC_ATEXIT=y