Skip to content

Commit 62ab502

Browse files
arc: Upgrade to Linux 4.8
Linux 4.8 is required for ARC ABI v4. Signed-off-by: Anton Kolesov <[email protected]>
1 parent 4201ed2 commit 62ab502

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Latest stable release from https://kernel.org/ is recommended, and only
8585
versions >= 3.9 are supported. Linux sources should be located in the directory
8686
named `linux` that is the sibling of this `toolchain` directory. For example:
8787

88-
$ wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.7.2.tar.xz
89-
$ tar xaf linux-4.7.2.tar.xz --transform=s/linux-4.7.2/linux/
88+
$ wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.8.2.tar.xz
89+
$ tar xaf linux-4.8.2.tar.xz --transform=s/linux-4.8.2/linux/
9090

9191
### Using Git repositories
9292

@@ -127,7 +127,7 @@ config/arc-dev.sh file, which at the moment of this writing are:
127127
* gdb - arc-2016.09-gdb
128128
* newlib - arc-2016.09
129129
* uClibc - arc-2016.09
130-
* Linux - linux-4.7.y
130+
* Linux - linux-4.8.y
131131

132132
Note, however that if `build-all.sh` will try to checkout repositories to their
133133
latest state, which is a default behaviour, then it will anyway fetch

config/arc-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ gcc=gcc:arc-6.x-dev
33
gdb=gdb:arc-2016.09-gdb
44
newlib=newlib:arc-2016.09
55
uclibc=uClibc:arc-2016.09
6-
linux=linux:linux-4.7.y
6+
linux=linux:linux-4.8.y

0 commit comments

Comments
 (0)