diff -r 11726b835286 -r 1c22b060eb4d scripts/crosstool.sh --- a/scripts/crosstool.sh Wed Mar 07 19:00:10 2007 +0000 +++ b/scripts/crosstool.sh Mon Apr 23 20:27:40 2007 +0000 @@ -149,6 +149,9 @@ glibc) CT_TARGET="${CT_TARGET}-gnu";; uClibc) CT_TARGET="${CT_TARGET}-uclibc";; esac +case "${CT_ARCH_ABI}" in + eabi) CT_TARGET="${CT_TARGET}eabi";; +esac CT_TARGET="`${CT_TOP_DIR}/tools/config.sub ${CT_TARGET}`" # Now, build up the variables from the user-configured options.