]> gcc.gnu.org Git - gcc.git/commitdiff
* invoke.texi: Clean up linux-gnu vs linux comments.
authorJeffrey A Law <law@cygnus.com>
Sat, 19 Aug 2000 15:20:01 +0000 (15:20 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 19 Aug 2000 15:20:01 +0000 (09:20 -0600)
From-SVN: r35806

gcc/ChangeLog
gcc/install.texi

index d7ca945af2d3ad5eead08373311f1ece8dc9215e..14b92e33a7f480872b73198d6f7e8bc10e626666 100644 (file)
@@ -1,3 +1,7 @@
+Sat Aug 19 09:18:47 2000  Jeffrey A Law  (law@cygnus.com)
+
+       * invoke.texi: Clean up linux-gnu vs linux comments.
+
 2000-08-19  Richard Henderson  <rth@cygnus.com>
 
        * config/ia64/ia64.c (reg_or_5bit_operand): New.
index d3614d03e7be3feb7e1341dacd9e7df5b3a6adec..f74a906fdcb4632670870618147699bbf3ed2a07 100644 (file)
@@ -793,11 +793,11 @@ make a difference.  For example, you can write @samp{bsd4.3} or
 number is most needed for @samp{sysv3} and @samp{sysv4}, which are often
 treated differently.
 
-@samp{linux} and @samp{linux-gnu} are equivalent.  The distinction is
-purely political, and has no effect on the compiler.  The version of
-the kernel in use is not relevant on these systems.  A suffix such as
-@samp{libc1} or @samp{aout} distinguishes major versions of the C library;
-all of the suffixed versions are obsolete.
+@samp{linux-gnu} is the canonical name for the GNU/Linux target; however
+GNU CC will also accept @samp{linux}.  The version of the kernel in use is
+not relevant on these systems.  A suffix such as @samp{libc1} or @samp{aout}
+distinguishes major versions of the C library; all of the suffixed versions
+are obsolete.
 
 If you specify an impossible combination such as @samp{i860-dg-vms},
 then you may get an error message from @file{configure}, or it may
This page took 0.08167 seconds and 5 git commands to generate.