From: Kevin Ryde Date: Sat, 15 Nov 2003 22:26:12 +0000 (+0000) Subject: Bit more of: X-Git-Tag: AUTOCONF-2.59c~790 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=786887c774cf09d02707896bc6fe7e6af8832e8f;p=thirdparty%2Fautoconf.git 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. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 864a69896..b2c16dbe4 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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