aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-05-14 13:01:32 +1200
committerChris Packham <judge.packham@gmail.com>2022-05-15 11:21:22 +1200
commit2804d686bff2de266e7f11f253f7c0675df6f964 (patch)
tree0381cc7076ca9a4bf700a477ef4c6c1e52eb5efc /scripts
parent318d6b1aecd8c7d2ee3deaeacbe8b30a39c98ac2 (diff)
downloadcrosstool-ng-2804d686bff2de266e7f11f253f7c0675df6f964.tar.gz
crosstool-ng-2804d686bff2de266e7f11f253f7c0675df6f964.tar.bz2
crosstool-ng-2804d686bff2de266e7f11f253f7c0675df6f964.zip
duma: Add version 2.5.21
Add duma 2.5.21 and mark 2.5.15 as obsolete. While we're at it use the versions hosted on github which requres new checksums for the 2.5.15 version because the generated tarballs are different. It appears we don't need any of the patches we've been carrying for the older version but we do need to pass CC_FOR_BUILD in addition to HOSTCC. When 2.5.15 is removed we can drop HOSTCC (and DUMA_CPP, DUMA_SO). Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/debug/200-duma.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/debug/200-duma.sh b/scripts/build/debug/200-duma.sh
index 9e2379e1..5f72a4f9 100644
--- a/scripts/build/debug/200-duma.sh
+++ b/scripts/build/debug/200-duma.sh
@@ -19,6 +19,7 @@ do_debug_duma_build() {
make_args=(
prefix="${CT_DEBUGROOT_DIR}/usr"
HOSTCC="${CT_BUILD}-gcc"
+ CC_FOR_BUILD="${CT_BUILD}-gcc"
CC="${CT_TARGET}-${CT_CC} ${CT_ALL_TARGET_CFLAGS}"
CXX="${CT_TARGET}-g++ ${CT_ALL_TARGET_CFLAGS}"
RANLIB="${CT_TARGET}-ranlib"