From 0dad6065a6d6393e0c5cf8f82a88a62515075e97 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 14 May 2008 17:49:52 +0000 Subject: Export endianness CFLAGS. Fix endianness CFLAGS for MIPS. /trunk/scripts/functions | 1 1 0 0 + /trunk/arch/mips/functions | 6 6 0 0 ++++++ 2 files changed, 7 insertions(+) --- scripts/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/functions') diff --git a/scripts/functions b/scripts/functions index 64f28bd9..547fb667 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" -- cgit v1.2.3