From 31a0fb70672120064f20394066f97760b7209578 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 19 Oct 2019 11:58:07 +0100 Subject: [PATCH] toolchain.eclass: clarify use case of GCC_A_FAKEIT Signed-off-by: Sergei Trofimovich --- eclass/toolchain.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index d2de666120eb..d26a12a024be 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -454,6 +454,8 @@ gcc_quick_unpack() { export HTB_GCC_VER=${HTB_GCC_VER:-${GCC_RELEASE_VER}} export SPECS_GCC_VER=${SPECS_GCC_VER:-${GCC_RELEASE_VER}} + # Injection point for more tarballs. dev-lang/gnat-gpl uses + # 'GCC_A_FAKEIT' to specify it's own source and binary tarballs. if [[ -n ${GCC_A_FAKEIT} ]] ; then unpack ${GCC_A_FAKEIT} elif [[ -n ${PRERELEASE} ]] ; then -- 2.26.2