[Buildroot] [PATCH] toolchain/helpers.mk: update check_arm_abi comment

Baruch Siach baruch at tkos.co.il
Thu Jul 3 09:35:57 UTC 2014


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 at free-electrons.com>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 toolchain/helpers.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk
index 81e02b713284..c85968054012 100644
--- a/toolchain/helpers.mk
+++ b/toolchain/helpers.mk
@@ -288,6 +288,7 @@ check_uclibc = \
 # configuration of the external toolchain.
 #
 # $1: cross-gcc path
+# $2: cross-readelf path
 #
 check_arm_abi = \
 	__CROSS_CC=$(strip $1) ; \
-- 
2.0.0



More information about the buildroot mailing list