mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
toolchain/helpers.mk: update check_arm_abi comment
Since commit b2e88073dbf (toolchain: check ARM EABI vs. EABIhf for external toolchains), check_arm_abi accepts a second parameter. Update the comment accordingly. Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0b2264d3d4
commit
40ff839bc4
@ -288,6 +288,7 @@ check_uclibc = \
|
|||||||
# configuration of the external toolchain.
|
# configuration of the external toolchain.
|
||||||
#
|
#
|
||||||
# $1: cross-gcc path
|
# $1: cross-gcc path
|
||||||
|
# $2: cross-readelf path
|
||||||
#
|
#
|
||||||
check_arm_abi = \
|
check_arm_abi = \
|
||||||
__CROSS_CC=$(strip $1) ; \
|
__CROSS_CC=$(strip $1) ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user