Browse Source

crosstool-NG: Fix libtool for mangled tuples as all other cross-tools

esp-1.24.x
Anton Maklakov 5 years ago
parent
commit
89aff53559
  1. 2
      scripts/crosstool-NG.sh

2
scripts/crosstool-NG.sh

@ -437,7 +437,7 @@ if [ -z "${CT_RESTART}" ]; then @@ -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

Loading…
Cancel
Save