Skip to content

Commit 7d146a3

Browse files
DmitriiBurnaevanthony-kolesov
authored andcommitted
Fix "Build options examples"
Removed phrases "bare metal" in the second and third examples. This examples not for bare metal toolchains ( --no-elf32 option).
1 parent e8cf147 commit 7d146a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ all ARC cores, while Linux toolchain will support ARC 700:
227227

228228
$ ./build-all.sh --install-dir $INSTALL_ROOT
229229

230-
This command will build bare metal toolchain for ARC 700 Linux development:
230+
This command will build toolchain for ARC 700 Linux development:
231231

232232
$ ./build-all.sh --no-elf32 --install-dir $INSTALL_ROOT
233233

234-
This command will build bare metal toolchain for ARC HS Linux development:
234+
This command will build toolchain for ARC HS Linux development:
235235

236236

237237
$ ./build-all.sh --no-elf32 --cpu hs38_linux --install-dir $INSTALL_ROOT

0 commit comments

Comments
 (0)