summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-23 18:03:16 (GMT)
committerGitHub <noreply@github.com>2016-11-23 18:03:16 (GMT)
commit699a54d8cedef2883ca6834feed99f8f2b077332 (patch)
treec8fec4b69332c18562161cb0a6fff6cfa0723bcf /samples
parent0946ce59a09609b743b7dba40f7212778011f286 (diff)
parent51b4a509db982349af6c9b2072b7a6fad0547570 (diff)
Merge pull request #465 from jcmvbkbc/xtensa-endian
Xtensa fixes
Diffstat (limited to 'samples')
-rw-r--r--samples/xtensa-fsf-linux-uclibc/crosstool.config (renamed from samples/xtensa-unknown-linux-uclibc/crosstool.config)3
-rw-r--r--samples/xtensa-fsf-linux-uclibc/reported.by (renamed from samples/xtensa-unknown-linux-uclibc/reported.by)0
2 files changed, 3 insertions, 0 deletions
diff --git a/samples/xtensa-unknown-linux-uclibc/crosstool.config b/samples/xtensa-fsf-linux-uclibc/crosstool.config
index e7ab10e..5033622 100644
--- a/samples/xtensa-unknown-linux-uclibc/crosstool.config
+++ b/samples/xtensa-fsf-linux-uclibc/crosstool.config
@@ -1,7 +1,10 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
+CT_ARCH_BE=y
+CT_TARGET_CFLAGS="-mlongcalls -mtext-section-literals"
CT_ARCH_xtensa=y
+CT_TARGET_VENDOR="fsf"
CT_KERNEL_linux=y
CT_LIBC_uClibc=y
CT_LIBC_UCLIBC_WCHAR=y
diff --git a/samples/xtensa-unknown-linux-uclibc/reported.by b/samples/xtensa-fsf-linux-uclibc/reported.by
index 7ba8950..7ba8950 100644
--- a/samples/xtensa-unknown-linux-uclibc/reported.by
+++ b/samples/xtensa-fsf-linux-uclibc/reported.by