We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d783017 commit 05b9882Copy full SHA for 05b9882
1 file changed
etc/build_binutils.sh
@@ -2,7 +2,7 @@ pushd $BUILD_DIR
2
3
if [ ! -f binutils-$binutils_version.tar.gz ]; then
4
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
+ wget -c --trust-server-name ftp://ftp.gnu.org/gnu/binutils/binutils-$binutils_version.tar.gz
6
fi
7
8
@@ -18,10 +18,10 @@ if [ ! -d build_binutils ]; then
18
mkdir -p build_binutils
19
cd build_binutils
20
../binutils-$binutils_version/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --disable-werror
21
-
+
22
echo -e "\n\n >>> Building binutils \n"
23
make $num_jobs
24
25
echo -e "\n\n >>> Installing binutils \n"
26
make install
27
0 commit comments