summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-23 20:27:40 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-23 20:27:40 (GMT)
commit9d86cde662c291679288c5a3690ba968949a9e97 (patch)
tree5c906640c9a2ea0206c9c999236dd2bdddb45d7f
parentc1efc08c094baf0131555320d779b2ad0ca2f390 (diff)
Merge missing ABI code from the MIPS branch.
-rwxr-xr-xscripts/crosstool.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 3ea66d2..cd068a6 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -149,6 +149,9 @@ case "${CT_LIBC}" in
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.