mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
* doc/autoconf.texi (Specifying Names): Clarification suggested by
Kevin Ryde.
This commit is contained in:
parent
47856180fe
commit
56c59b68ba
@ -1,3 +1,8 @@
|
||||
2002-03-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* doc/autoconf.texi (Specifying Names): Clarification suggested by
|
||||
Kevin Ryde.
|
||||
|
||||
2002-03-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Version 2.52i.
|
||||
|
@ -9588,10 +9588,11 @@ produce code (rarely needed). By default, it is the same as host.
|
||||
@end table
|
||||
|
||||
If you mean to override the result of @command{config.guess}, use
|
||||
@option{--build}, not @option{--host}, which enables cross-compilation.
|
||||
For historical reasons, passing @option{--host} also changes the build
|
||||
type. Therefore, whenever you specify @code{--host}, be sure to specify
|
||||
@code{--build} too. This will be fixed in the future.
|
||||
@option{--build}, not @option{--host}, since the latter enables
|
||||
cross-compilation. For historical reasons, passing @option{--host} also
|
||||
changes the build type. Therefore, whenever you specify @code{--host},
|
||||
be sure to specify @code{--build} too. This will be fixed in the
|
||||
future.
|
||||
|
||||
@example
|
||||
./configure --build=i686-pc-linux-gnu --host=m68k-coff
|
||||
|
Loading…
Reference in New Issue
Block a user