From 985f3a3e9b80cd97f6ba7a2d608548c739576b84 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 23 Jun 2026 11:39:48 -0500 Subject: [PATCH] For some reason the "ftpmirror" site doesn't work from tokyo, but ftp does. --- scripts/mcm-buildall.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/mcm-buildall.sh b/scripts/mcm-buildall.sh index b302cadd..f8016f24 100755 --- a/scripts/mcm-buildall.sh +++ b/scripts/mcm-buildall.sh @@ -171,12 +171,9 @@ make_tuple() patch_mcm() { - # musl-cross-make commit fe915821b652 has been current for a year and a half, - # and doesn't even use the latest musl release by default, so fix it up. - # Select newer package versions and don't use dodgy mirrors - sed -i 's/mirror//;s/\(LINUX_VER =\).*/\1 6.15.7/;s/\(GCC_VER =\).*/\1 15.1.0/' \ - Makefile && + sed -i -e 's/mirror//;s/\(LINUX_VER =\).*/\1 6.15.7/' \ + -e 's/\(GCC_VER =\).*/\1 15.1.0/' -e 's/ftpmirror\./ftp./' Makefile && # nommu toolchains need to vfork()+pipe sed -i -e 's/--enable-fdpic$/& --enable-twoprocess/' litecross/Makefile && -- 2.39.5