From 4b201090d8a9705c1660101d5ee3078a88ded9ee Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Wed, 27 Apr 2016 22:15:03 +0200 Subject: [PATCH] toolchain/helper: update check_unusable_toolchain comment Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- toolchain/helpers.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk index 4548eded35..d28a2caed3 100644 --- a/toolchain/helpers.mk +++ b/toolchain/helpers.mk @@ -348,9 +348,12 @@ check_cross_compiler_exists = \ fi # -# Check for toolchains known not to work with Buildroot. For now, we -# only check for Angstrom toolchains, by looking at the vendor part of -# the host tuple. +# Check for toolchains known not to work with Buildroot. +# - For the Angstrom toolchains, we check by looking at the vendor part of +# the host tuple. +# - Exclude distro-class toolchains which are not relocatable. +# - Exclude broken toolchains which return "libc.a" with -print-file-name. +# - Exclude toolchains which doesn't support --sysroot option. # # $1: cross-gcc path # -- 2.30.2