diff -r 1b0c1de0bcc9 -r be875e19bc28 scripts/functions --- a/scripts/functions Thu May 15 20:55:46 2008 +0000 +++ b/scripts/functions Thu May 15 20:56:53 2008 +0000 @@ -542,6 +542,7 @@ 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"