summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-11-14 21:27:11 +0000
committerKevin Ryde <user42@zip.com.au>2003-11-14 21:27:11 +0000
commit1028fcb2cfd266885b0faebcbbd580dea7341c2c (patch)
tree7c422b93e74b847a8aaf2035464dbda618704c9d /README
parent8868e47232a318bf09930d322a298bdda99ba2ca (diff)
downloadguile-1028fcb2cfd266885b0faebcbbd580dea7341c2c.tar.gz
(Cross building Guile): Describe GUILE_FOR_BUILD rather than
--with-guile-for-build.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 2 insertions, 5 deletions
diff --git a/README b/README
index b6c337a92..30b72bc23 100644
--- a/README
+++ b/README
@@ -222,11 +222,8 @@ with the CC_FOR_BUILD variable in the usual way, for instance
./configure --host=m68k-unknown-linux-gnu CC_FOR_BUILD=/my/local/gcc
-A further special option for cross building is available:
-
---with-guile-for-build --- native Guile executable, to be used during build
- defaults to: `guile', assuming you just
- installed this guile natively.
+Guile for the build system can be specified similarly with the
+GUILE_FOR_BUILD variable, it defaults to just "guile".
Using Guile Without Installing It =========================================