We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41935ba commit 21f5d3dCopy full SHA for 21f5d3d
README.md
@@ -111,7 +111,8 @@ the toolchain. These should be peers of this `toolchain` directory.
111
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git gdb
112
$ git clone https://github.com/foss-for-synopsys-dwc-arc-processors/newlib.git
113
$ 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
+ $ git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git \
115
+ linux
116
117
The binutils and gdb share the same repository, but must be in separate
118
directories, because they use different branches. Option `--reference` passed
0 commit comments