diff options
-rw-r--r-- | docs/C - Misc. tutorials.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt index d3c95068..0a827d28 100644 --- a/docs/C - Misc. tutorials.txt +++ b/docs/C - Misc. tutorials.txt @@ -91,6 +91,7 @@ toolchain on MacOS as host. --with-objcopy=/opt/local/bin/gobjcopy \ --with-objdump=/opt/local/bin/gobjdump \ --with-readelf=/opt/local/bin/greadelf \ + --with-grep=/opt/local/bin/ggrep \ [...other configure parameters as you like...] 6) proceed as described in standard documentation |