Skip to content

Commit

Permalink
changed gcc src download link
Browse files Browse the repository at this point in the history
  • Loading branch information
sapsaldog authored Oct 6, 2017
1 parent 9f013c0 commit 5fd93e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11-kernel-crosscompiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gcc
---
```sh
cd /tmp/src
curl -O http://mirror.bbln.org/gcc/releases/gcc-4.9.1/gcc-4.9.1.tar.bz2
curl -O https://ftp.gnu.org/gnu/gcc/gcc-4.9.1/gcc-4.9.1.tar.bz2
tar xf gcc-4.9.1.tar.bz2
mkdir gcc-build
cd gcc-build
Expand Down

0 comments on commit 5fd93e3

Please sign in to comment.