scripts/crosstool.sh
changeset 46 1c22b060eb4d
parent 14 11726b835286
child 63 89b41dbffe8d
     1.1 --- a/scripts/crosstool.sh	Wed Mar 07 19:00:10 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Mon Apr 23 20:27:40 2007 +0000
     1.3 @@ -149,6 +149,9 @@
     1.4      glibc)  CT_TARGET="${CT_TARGET}-gnu";;
     1.5      uClibc) CT_TARGET="${CT_TARGET}-uclibc";;
     1.6  esac
     1.7 +case "${CT_ARCH_ABI}" in
     1.8 +    eabi)   CT_TARGET="${CT_TARGET}eabi";;
     1.9 +esac
    1.10  CT_TARGET="`${CT_TOP_DIR}/tools/config.sub ${CT_TARGET}`"
    1.11  
    1.12  # Now, build up the variables from the user-configured options.