mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
toolchain/helpers: ARM OABI is no longer supported
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d854bd531e
commit
e3923dd1bf
@ -285,10 +285,6 @@ check_arm_abi = \
|
|||||||
else \
|
else \
|
||||||
EXT_TOOLCHAIN_ABI="oabi" ; \
|
EXT_TOOLCHAIN_ABI="oabi" ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
if [ x$(BR2_ARM_OABI) = x"y" -a $${EXT_TOOLCHAIN_ABI} = "eabi" ] ; then \
|
|
||||||
echo "Incorrect ABI setting" ; \
|
|
||||||
exit 1 ; \
|
|
||||||
fi ; \
|
|
||||||
if [ x$(BR2_ARM_EABI) = x"y" -a $${EXT_TOOLCHAIN_ABI} = "oabi" ] ; then \
|
if [ x$(BR2_ARM_EABI) = x"y" -a $${EXT_TOOLCHAIN_ABI} = "oabi" ] ; then \
|
||||||
echo "Incorrect ABI setting" ; \
|
echo "Incorrect ABI setting" ; \
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user