Skip to content

Commit 21f5d3d

Browse files
Readme: Fix missing directory name in Linux clone
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 41935ba commit 21f5d3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ the toolchain. These should be peers of this `toolchain` directory.
111111
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git gdb
112112
$ git clone https://github.com/foss-for-synopsys-dwc-arc-processors/newlib.git
113113
$ git clone https://github.com/foss-for-synopsys-dwc-arc-processors/uClibc.git
114-
$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
114+
$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git \
115+
linux
115116

116117
The binutils and gdb share the same repository, but must be in separate
117118
directories, because they use different branches. Option `--reference` passed

0 commit comments

Comments
 (0)