summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-08-30 08:57:44 (GMT)
committerGitHub <noreply@github.com>2020-08-30 08:57:44 (GMT)
commita2b4eab30cbb71a8185f377ff44a1e2b88801fa3 (patch)
tree80b21e10e3df9e274c87495d00bd8400142b723c /scripts
parent7c628038ab42de42a6073e7393ba317d47899db5 (diff)
parent6dd9d57280dd5cfbe298dcbc9b935e8f65879090 (diff)
Merge pull request #1366 from antmak/bugfix/zlib_macos_patch
zlib-1.2.11: Add a patch to cross-compile for macos
Diffstat (limited to 'scripts')
-rw-r--r--scripts/crosstool-NG.sh2
1 files changed, 1 insertions, 1 deletions
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