Skip to content

Commit

Permalink
crosstool-NG: Fix libtool for mangled tuples as all other cross-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak committed Aug 3, 2020
1 parent 882e9a1 commit 6dd9d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/crosstool-NG.sh
Expand Up @@ -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
Expand Down

0 comments on commit 6dd9d57

Please sign in to comment.