summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-15 20:56:53 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-15 20:56:53 (GMT)
commit899e3a9302c6b1b0b7dd839d7927dc2b2ea4da22 (patch)
tree56b95e4df6ad5cefeec89432b1ea261e6df7c5d2 /scripts
parentba03986016718ae5902a5ac8233a3aad3f19a66d (diff)
Backport #631 from trunk:
Export endianness CFLAGS. Fix endianness CFLAGS for MIPS. /branches/1.1/scripts/functions | 1 1 0 0 + /branches/1.1/arch/mips/functions | 6 6 0 0 ++++++ 2 files changed, 7 insertions(+)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions
index 13fa159..03c5596 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -542,6 +542,7 @@ CT_DoBuildTargetTuple() {
CT_ARCH_TARGET_CFLAGS="${CT_ARCH_TARGET_CFLAGS} ${CT_ARCH_TUNE_CFLAG}"
CT_ARCH_TARGET_CFLAGS="${CT_ARCH_TARGET_CFLAGS} ${CT_ARCH_FPU_CFLAG}"
CT_ARCH_TARGET_CFLAGS="${CT_ARCH_TARGET_CFLAGS} ${CT_ARCH_FLOAT_CFLAG}"
+ CT_ARCH_TARGET_CFLAGS="${CT_ARCH_TARGET_CFLAGS} ${CT_ARCH_ENDIAN_CFLAG}"
}
# This function does pause the build until the user strikes "Return"