From 6dd9d57280dd5cfbe298dcbc9b935e8f65879090 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Mon, 3 Aug 2020 13:05:50 +0700 Subject: crosstool-NG: Fix libtool for mangled tuples as all other cross-tools diff --git a/scripts/crosstool-NG.sh b/scripts/crosstool-NG.sh index 14be5ed..f09ae0c 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 nm objcopy objdump ranlib strip windres; do + for tool in ar as dlltool gcc g++ gcj gnatbind 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 v0.10.2-6-g49f6