Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kentosama committed Apr 7, 2020
1 parent ad5eef8 commit ad22e60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ Now, you can run **build-toolchain.sh** for start the build. The process should
$ ./buid-toolchain.sh
```

For build the toolchain with the newlib, use the ```--with-newlib``` argument:
For build the toolchain with the newlib, use the `--with-newlib` argument:

```bash
$ ./build-toolchain.sh --with-newlib
```

For build the toolchain with other processors of the Motrola 68000 family, use the --with-cpu argument:
For build the toolchain with other processors of the Motrola 68000 family, use the `--with-cpu` argument:

```bash
$ ./build-toolchain.sh --with-cpu=68000,68030...
```

For change the program prefix, use the --program-prefix argument:
For change the program prefix, use the `--program-prefix` argument:

```bash
$ ./build-toolchain.sh --program-prefix=sega-genesis-
Expand Down

0 comments on commit ad22e60

Please sign in to comment.