OSDN Git Service

* c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / linux.h
index a314508..a135bba 100644 (file)
@@ -56,11 +56,6 @@ Boston, MA 02110-1301, USA.  */
 #define TARGET_OS_CPP_BUILTINS()                               \
   do {                                                         \
     LINUX_TARGET_OS_CPP_BUILTINS();                            \
-    if (TARGET_ABICALLS)                                       \
-      {                                                                \
-       builtin_define ("__PIC__");                             \
-       builtin_define ("__pic__");                             \
-      }                                                                \
     /* The GNU C++ standard library requires this.  */         \
     if (c_dialect_cxx ())                                      \
       builtin_define ("_GNU_SOURCE");                          \