Merge missing ABI code from the MIPS branch.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Apr 23 20:27:40 2007 +0000 (2007-04-23)
changeset 461c22b060eb4d
parent 45 42faddd0098a
child 47 7e2539937b6e
Merge missing ABI code from the MIPS branch.
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Sat Apr 21 17:31:51 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.