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

Commit c3b1729

Browse files
committed
Update netbsd patch URLs to pkgsrc-2016Q4
1 parent a679a6d commit c3b1729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slaves/linux-cross/build_netbsd_toolchain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ cd gcc
6868
curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.bz2 | tar xjf -
6969
cd gcc-$GCC
7070
./contrib/download_prerequisites
71-
PATCHES="ftp://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2016Q2/pkgsrc/lang/gcc5/patches/patch-libstdc%2B%2B-v3_config_os_bsd_netbsd_ctype__base.h \
72-
ftp://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2016Q2/pkgsrc/lang/gcc5/patches/patch-libstdc%2B%2B-v3_config_os_bsd_netbsd_ctype__configure__char.cc"
71+
PATCHES="ftp://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2016Q4/pkgsrc/lang/gcc5/patches/patch-libstdc%2B%2B-v3_config_os_bsd_netbsd_ctype__base.h \
72+
ftp://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2016Q4/pkgsrc/lang/gcc5/patches/patch-libstdc%2B%2B-v3_config_os_bsd_netbsd_ctype__configure__char.cc"
7373

7474
for patch in $PATCHES; do
7575
curl $patch | patch -Np0

0 commit comments

Comments
 (0)