From d79af8957422fa51a0aa7dd469c9c40210f70a95 Mon Sep 17 00:00:00 2001 From: pocomane Date: Sat, 3 Apr 2021 21:54:44 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index bfdadf8..e6adbd6 100644 --- a/Readme.md +++ b/Readme.md @@ -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