config/i386/i386.h suggests a value to force a 486, but the value would force a
pentium.

  Matthias

/* configure can arrange to make this 2, to force a 486.  */

#ifndef TARGET_CPU_DEFAULT
#define TARGET_CPU_DEFAULT TARGET_CPU_DEFAULT_generic
#endif

[...]

#define TARGET_CPU_DEFAULT_i386 0
#define TARGET_CPU_DEFAULT_i486 1
#define TARGET_CPU_DEFAULT_pentium 2



--- gcc/config/i386/i386.h.~1~  2006-02-18 11:50:58.015111488 +0100
+++ gcc/config/i386/i386.h      2006-02-18 12:21:55.953661896 +0100
@@ -90,7 +90,7 @@

 /* Macros used in the machine description to test the flags.  */

-/* configure can arrange to make this 2, to force a 486.  */
+/* configure can arrange to make this 1, to force a 486.  */

 #ifndef TARGET_CPU_DEFAULT
 #define TARGET_CPU_DEFAULT TARGET_CPU_DEFAULT_generic


-- 
           Summary: config/i386/i386.h: typo in comment?
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
  GCC host triplet: i386-*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26349

Reply via email to