Bit more of:

* doc/autoconf.texi (Using System Type): Revise, showing $host rather
	than $target since the latter is not usual, add guidelines on when to
	use or not use the system type.

$host_cpu pointed out by Ralf Corsepius.
This commit is contained in:
Kevin Ryde 2003-11-15 22:26:12 +00:00
parent e31511767a
commit 786887c774

View File

@ -12297,7 +12297,7 @@ if possible, but bug workarounds or obscure difficulties might have to
be driven from @samp{$host}.
@item
Assembler code is inevitably highly CPU-specific and is best selected
according to the CPU part of @samp{$host}.
according to @samp{$host_cpu}.
@item
Assembler variations like underscore prefix on globals or ELF versus
COFF type directives are however best determined by probing, perhaps