mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
(Cross building Guile): Remove --with-cc-for-build in favour of CC_FOR_BUILD.
This commit is contained in:
parent
1ee1076ece
commit
cd9d439e7e
1 changed files with 6 additions and 3 deletions
9
README
9
README
|
@ -216,10 +216,13 @@ Then, you may configure guile for cross building, eg:
|
||||||
|
|
||||||
./configure --host=i686-pc-cygwin --disable-shared
|
./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
|
./configure --host=m68k-unknown-linux-gnu CC_FOR_BUILD=/my/local/gcc
|
||||||
defaults to: `PATH=/usr/bin:$PATH cc'
|
|
||||||
|
A further special option for cross building is available:
|
||||||
|
|
||||||
--with-guile-for-build --- native Guile executable, to be used during build
|
--with-guile-for-build --- native Guile executable, to be used during build
|
||||||
defaults to: `guile', assuming you just
|
defaults to: `guile', assuming you just
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue