Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pocomane authored Apr 3, 2021
1 parent 9d82435 commit d79af89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ download the [gcc/musl crosscompile toolchain](http://musl.cc), and to compile
a static version of the application. However, also a simple command like:

```
arm-linux-gnueabihf-gcc -std-c99 -D_XOPEN_SOURCE=700 -o mbc mbc.c
arm-linux-gnueabihf-gcc -std=c99 -static -D_XOPEN_SOURCE=700 -o mbc mbc.c
```

should be able to compile the utility, since it does not have any dependency
Expand Down

0 comments on commit d79af89

Please sign in to comment.