Skip to content

Commit

Permalink
Bump binutils from 2.23 snapshot to 2.24 release.
Browse files Browse the repository at this point in the history
Also add commands to extract the archive and cd into the directory.
  • Loading branch information
utkarshkukreti committed Apr 11, 2014
1 parent 8e79d6f commit 34db41b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ I use the `--prefix=/Users/steve` option. Put this wherever you want, of
course.

```bash
$ wget 'ftp://sourceware.org/pub/binutils/snapshots/binutils-2.23.52.tar.bz2'
$ wget http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.gz
$ tar xf binutils-2.24.tar.gz
$ cd binutils-2.24
$ ./configure --target=i386-elf --disable-werror --prefix=/Users/steve
$ make && make install
```
Expand Down

0 comments on commit 34db41b

Please sign in to comment.