OSDN Git Service

* c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when
[pf3gnuchains/gcc-fork.git] / gcc / config / alpha / linux.h
index 2768748..ffb581c 100644 (file)
@@ -36,11 +36,6 @@ Boston, MA 02110-1301, USA.  */
        /* The GNU C++ standard library requires this.  */      \
        if (c_dialect_cxx ())                                   \
          builtin_define ("_GNU_SOURCE");                       \
-       if (flag_pic)                                           \
-         {                                                     \
-               builtin_define ("__PIC__");                     \
-               builtin_define ("__pic__");                     \
-         }                                                     \
     } while (0)
 
 #undef LIB_SPEC