Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 341642f

Browse files
authored
Merge pull request #113 from mneumann/dragonfly-46
Update to DragonFly 4.6. Use https
2 parents d19ecca + 96b0d49 commit 341642f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

slaves/linux-cross/build_dragonfly_toolchain.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set -ex
55
ARCH=x86_64
66
BINUTILS=2.25.1
77
GCC=5.3.0
8-
URL_DFLY_ISO=http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-4.4.3_REL.iso.bz2
8+
DF_VERSION=4.6.0_REL
9+
URL_DFLY_ISO=https://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-${DF_VERSION}.iso.bz2
910

1011
mkdir binutils
1112
cd binutils
@@ -52,7 +53,7 @@ ln -s libutil.so.4 $dst/lib/libutil.so
5253
ln -s libexecinfo.so.1 $dst/lib/libexecinfo.so
5354
rm -rf dragonfly
5455

55-
# Finally, download and build gcc to target FreeBSD
56+
# Finally, download and build gcc to target DragonFly
5657
mkdir gcc
5758
cd gcc
5859
curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.bz2 | tar xjf -

0 commit comments

Comments
 (0)