OSDN Git Service

* config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Call
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2010 09:27:21 +0000 (09:27 +0000)
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2010 09:27:21 +0000 (09:27 +0000)
        VXWORKS_OS_CPP_BUILTINS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164646 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/vxworks.h

index c119814..1b23835 100644 (file)
@@ -44,7 +44,9 @@ along with GCC; see the file COPYING3.  If not see
                                                \
       /* C89 namespace violation! */           \
       builtin_define ("CPU_FAMILY=PPC");       \
-    }                                          \
+                                               \
+      VXWORKS_OS_CPP_BUILTINS ();              \
+    }          \
   while (0)
 
 /* Only big endian PPC is supported by VxWorks.  */