]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Bit more of:
authorKevin Ryde <user42@zip.com.au>
Sat, 15 Nov 2003 22:26:12 +0000 (22:26 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 15 Nov 2003 22:26:12 +0000 (22:26 +0000)
* 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.

doc/autoconf.texi

index 864a69896e053c0d175356091be4bda956161117..b2c16dbe47f090bc4413d54e75ec8fdbd0c7766f 100644 (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