diff options
author | Anton Maklakov <anton@espressif.com> | 2020-08-03 13:05:50 +0700 |
---|---|---|
committer | Anton Maklakov <anton@espressif.com> | 2020-08-03 13:41:49 +0700 |
commit | 6dd9d57280dd5cfbe298dcbc9b935e8f65879090 (patch) | |
tree | f9e0649531ecf8d8b87879dbf81d0b71914d750f /scripts/crosstool-NG.sh | |
parent | 882e9a1e88d8cc211e853b239178d1cf92be4d41 (diff) | |
download | crosstool-ng-6dd9d57280dd5cfbe298dcbc9b935e8f65879090.tar.gz crosstool-ng-6dd9d57280dd5cfbe298dcbc9b935e8f65879090.tar.bz2 crosstool-ng-6dd9d57280dd5cfbe298dcbc9b935e8f65879090.zip |
crosstool-NG: Fix libtool for mangled tuples as all other cross-tools
Diffstat (limited to 'scripts/crosstool-NG.sh')
-rw-r--r-- | scripts/crosstool-NG.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool-NG.sh b/scripts/crosstool-NG.sh index 14be5ed9..f09ae0c6 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 |