summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/C - Misc. tutorials.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt
index 5f94a61..6e7d463 100644
--- a/docs/C - Misc. tutorials.txt
+++ b/docs/C - Misc. tutorials.txt
@@ -71,11 +71,12 @@ toolchain on MacOS as host.
4) run ct-ng's configure with the following tool configuration
(assuming you have installed the tools via macports in /opt/local):
- ./configure --with-sed=/opt/local/bin/gsed \
- --with-libtool=/opt/local/bin/glibtool \
- --with-objcopy=/opt/local/bin/gobjcopy \
- --with-objdump=/opt/local/bin/gobjdump \
- --with-readelf=/opt/local/bin/greadelf \
+ ./configure --with-sed=/opt/local/bin/gsed \
+ --with-libtool=/opt/local/bin/glibtool \
+ --with-libtoolize=/opt/local/bin/glibtoolize \
+ --with-objcopy=/opt/local/bin/gobjcopy \
+ --with-objdump=/opt/local/bin/gobjdump \
+ --with-readelf=/opt/local/bin/greadelf \
[...other configure parameters as you like...]
5) proceed as described in standard documentation