From d7e9f7453f23fd1a2fc87955b3a6b111c5e79856 Mon Sep 17 00:00:00 2001 From: Marc Poulhiès Date: Thu, 6 Oct 2022 08:27:33 +0200 Subject: Add the gdc compiler to the list of tools checked/linked MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add gdc to the tool list but leave it optionnal. Signed-off-by: Marc Poulhiès --- scripts/crosstool-NG.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/crosstool-NG.sh b/scripts/crosstool-NG.sh index f695613c..383de66d 100644 --- a/scripts/crosstool-NG.sh +++ b/scripts/crosstool-NG.sh @@ -437,7 +437,7 @@ if [ -z "${CT_RESTART}" ]; then t="${!r}-" fi - for tool in ar as dlltool gcc g++ gcj gnatbind gnatmake ld libtool nm objcopy objdump ranlib strip windres; do + for tool in ar as dlltool gcc g++ gcj gnatbind gdc gnatmake ld libtool nm objcopy objdump ranlib strip windres; do # First try with prefix + suffix # Then try with prefix only # Then try with suffix only, but only for BUILD, and HOST iff REAL_BUILD == REAL_HOST -- cgit v1.2.3