[Testing] Get tests running (dirty hack for linux)
This commit is contained in:
2
third_party/binutils/build.sh
vendored
2
third_party/binutils/build.sh
vendored
@@ -21,7 +21,7 @@ SNAPSHOT_FILE=binutils-$SNAPSHOT_VERSION.tar.gz
|
||||
if [ ! -f $SNAPSHOT_FILE ]; then
|
||||
echo ""
|
||||
echo "Grabbing binutils snapshot $SNAPSHOT_FILE..."
|
||||
curl -nv http://mirrors.kernel.org/sourceware/binutils/releases/$SNAPSHOT_FILE > $SNAPSHOT_FILE
|
||||
curl -L http://mirrors.kernel.org/sourceware/binutils/releases/$SNAPSHOT_FILE -o $SNAPSHOT_FILE
|
||||
else
|
||||
echo ""
|
||||
echo "Reusing existing binutils snapshot file $SNAPSHOT_FILE..."
|
||||
|
||||
Reference in New Issue
Block a user