summaryrefslogtreecommitdiff
path: root/scripts/build
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 /scripts/build
parent0946ce59a09609b743b7dba40f7212778011f286 (diff)
parent51b4a509db982349af6c9b2072b7a6fad0547570 (diff)
Merge pull request #465 from jcmvbkbc/xtensa-endian
Xtensa fixes
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/arch/xtensa.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/arch/xtensa.sh b/scripts/build/arch/xtensa.sh
index a3010c6..bf94ddf 100644
--- a/scripts/build/arch/xtensa.sh
+++ b/scripts/build/arch/xtensa.sh
@@ -3,6 +3,8 @@
CT_DoArchTupleValues() {
# The architecture part of the tuple:
CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_SUFFIX}"
+ CT_ARCH_ENDIAN_CFLAG=""
+ CT_ARCH_ENDIAN_LDFLAG=""
# The system part of the tuple:
case "${CT_LIBC}" in
*glibc) CT_TARGET_SYS=gnu;;