diff options
author | Fabian Freyer <fabian.freyer@physik.tu-berlin.de> | 2014-08-27 04:06:14 +0200 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-08-28 22:33:02 +0200 |
commit | 2666e6fa2ea7f5eba68d7c1efc30f36dd978d379 (patch) | |
tree | 68f691ed7c7b3414e730f73fcc05f37172222a40 | |
parent | fd5720e6d99566c4dafb65f135039772623f232b (diff) | |
download | crosstool-ng-2666e6fa2ea7f5eba68d7c1efc30f36dd978d379.tar.gz crosstool-ng-2666e6fa2ea7f5eba68d7c1efc30f36dd978d379.tar.bz2 crosstool-ng-2666e6fa2ea7f5eba68d7c1efc30f36dd978d379.zip |
Added documentation for --with-grep
Signed-off-by: "Fabian Freyer" <fabian.freyer@physik.tu-berlin.de>
-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 |