OSDN Git Service

* config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / i386.c
index 8cec42f..10aac6e 100644 (file)
@@ -2529,7 +2529,7 @@ ix86_target_string (int isa, int flags, const char *arch, const char *tune,
   if (flags && add_nl_p)
     {
       opts[num++][0] = target_other;
-      sprintf (target_other, "(other flags: %#x)", isa);
+      sprintf (target_other, "(other flags: %#x)", flags);
     }
 
   /* Add -fpmath= option.  */