summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-05-18 22:00:21 +0000
committerKevin Ryde <user42@zip.com.au>2003-05-18 22:00:21 +0000
commitcd9d439e7ee0d8bed5f3ee5707cbc9267e54a83f (patch)
treeda828807c55dc8b9612ead053b8409b82dfa4c3e /README
parent1ee1076ece277e02b13b295c255046f366371f1c (diff)
downloadguile-cd9d439e7ee0d8bed5f3ee5707cbc9267e54a83f.tar.gz
(Cross building Guile): Remove --with-cc-for-build in favour of CC_FOR_BUILD.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index d23581e7e..a438859fe 100644
--- a/README
+++ b/README
@@ -216,10 +216,13 @@ Then, you may configure guile for cross building, eg:
./configure --host=i686-pc-cygwin --disable-shared
-Two special options for cross building are available:
+A C compiler for the build system is required. The default is
+"PATH=/usr/bin:$PATH cc". If that doesn't suit it can be specified
+with the CC_FOR_BUILD variable in the usual way, for instance
---with-cc-for-build --- native C compiler, to be used during build
- defaults to: `PATH=/usr/bin:$PATH cc'
+ ./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