summaryrefslogtreecommitdiff
path: root/scripts/build/cc_gcc.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-16 17:59:18 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-16 17:59:18 (GMT)
commitdd9e2b9602a99c0d0b3f3b50829ca87905bc9812 (patch)
tree71d81aa2e26c82bb59c41d1ae28f0d5dfb07bc9c /scripts/build/cc_gcc.sh
parentaf2e42b5726d160d26542819a37385bd1b2145b2 (diff)
ARM EABI is now working for little endian ARM targets.
Big endian is still missing, though...
Diffstat (limited to 'scripts/build/cc_gcc.sh')
-rw-r--r--scripts/build/cc_gcc.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/cc_gcc.sh b/scripts/build/cc_gcc.sh
index bcdef43..08f320b 100644
--- a/scripts/build/cc_gcc.sh
+++ b/scripts/build/cc_gcc.sh
@@ -231,7 +231,8 @@ do_cc() {
# detection problem only matters for gcc-3.2.x and later, I think.
# --disable-nls to work around crash bug on ppc405, but also because
# embedded systems don't really need message catalogs...
- CFLAGS="${CT_CFLAGS_FOR_HOST}" \
+ CFLAGS="${CT_CFLAGS_FOR_HOST}" \
+ TARGET_CFLAGS="${CT_TARGET_CFLAGS}" \
"${CT_SRC_DIR}/${CT_CC_FILE}/configure" \
${CT_CANADIAN_OPT} \
--target=${CT_TARGET} --host=${CT_HOST} \