From: Baruch Siach Date: Thu, 3 Jul 2014 09:35:57 +0000 (+0300) Subject: toolchain/helpers.mk: update check_arm_abi comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40ff839bc499580d605f6ac3cf019c3af768085b;p=buildroot.git 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 Signed-off-by: Baruch Siach Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk index c8c645a311..8eb71efc19 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) ; \