mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Merge missing ABI code from the MIPS branch.
This commit is contained in:
parent
c1efc08c09
commit
9d86cde662
@ -149,6 +149,9 @@ case "${CT_LIBC}" in
|
|||||||
glibc) CT_TARGET="${CT_TARGET}-gnu";;
|
glibc) CT_TARGET="${CT_TARGET}-gnu";;
|
||||||
uClibc) CT_TARGET="${CT_TARGET}-uclibc";;
|
uClibc) CT_TARGET="${CT_TARGET}-uclibc";;
|
||||||
esac
|
esac
|
||||||
|
case "${CT_ARCH_ABI}" in
|
||||||
|
eabi) CT_TARGET="${CT_TARGET}eabi";;
|
||||||
|
esac
|
||||||
CT_TARGET="`${CT_TOP_DIR}/tools/config.sub ${CT_TARGET}`"
|
CT_TARGET="`${CT_TOP_DIR}/tools/config.sub ${CT_TARGET}`"
|
||||||
|
|
||||||
# Now, build up the variables from the user-configured options.
|
# Now, build up the variables from the user-configured options.
|
||||||
|
Loading…
Reference in New Issue
Block a user