mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
arch/arm: no need to check for the ABI option
The ABI option can not be set if EABI was selected, so no need to check for it.
This commit is contained in:
parent
7bf7b7ff9a
commit
da0ff22e6c
@ -10,8 +10,4 @@ CT_DoArchTupleValues() {
|
||||
uClibc,y) CT_TARGET_SYS=uclibcgnueabi;;
|
||||
*,y) CT_TARGET_SYS=eabi;;
|
||||
esac
|
||||
|
||||
# In case we're EABI, do *not* specify any ABI!
|
||||
# which means, either we do not have an ABI specified, or we're not EABI.
|
||||
CT_TestOrAbort "Internal error: CT_ARCH_ABI should not be set for EABI build." -z "${CT_ARCH_ABI}" -o -z "${CT_ARCH_ARM_EABI}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user