Skip to content

Commit 05b9882

Browse files
committed
install: Replaces broken binutils url
1 parent d783017 commit 05b9882

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

etc/build_binutils.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pushd $BUILD_DIR
22

33
if [ ! -f binutils-$binutils_version.tar.gz ]; then
44
echo -e "\n\n >>> Getting binutils into `pwd` \n"
5-
wget -c --trust-server-name ftp://ftp.uninett.no/pub/gnu/binutils/binutils-$binutils_version.tar.gz
5+
wget -c --trust-server-name ftp://ftp.gnu.org/gnu/binutils/binutils-$binutils_version.tar.gz
66
fi
77

88

@@ -18,10 +18,10 @@ if [ ! -d build_binutils ]; then
1818
mkdir -p build_binutils
1919
cd build_binutils
2020
../binutils-$binutils_version/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --disable-werror
21-
21+
2222
echo -e "\n\n >>> Building binutils \n"
2323
make $num_jobs
24-
24+
2525
echo -e "\n\n >>> Installing binutils \n"
2626
make install
2727

0 commit comments

Comments
 (0)