OSDN Git Service

2009-07-22 Eric Botcazou <ebotcazou@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / sysdep.c
index a60b83e..ffda3ab 100644 (file)
@@ -954,7 +954,7 @@ __gnat_get_task_options (void)
 
   /* Force VX_FP_TASK because it is almost always required */
   options |= VX_FP_TASK;
-#if defined (_SPE_)
+#if defined (__SPE__)
   options |= VX_SPE_TASK;
 #endif