OSDN Git Service

* config/sparc/sparc.c (sparc_override_options): Initialize
[pf3gnuchains/gcc-fork.git] / gcc / config / sparc / sparc.c
index e8c539e..190c82e 100644 (file)
@@ -705,7 +705,7 @@ sparc_override_options (void)
        error ("-mcmodel= is not supported on 32 bit systems");
     }
 
-  fpu = TARGET_FPU; /* save current -mfpu status */
+  fpu = target_flags & MASK_FPU; /* save current -mfpu status */
 
   /* Set the default CPU.  */
   for (def = &cpu_default[0]; def->name; ++def)