diff options
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r-- | gcc/config/sol2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h index 176d23b5ea1..51f9bd82e97 100644 --- a/gcc/config/sol2.h +++ b/gcc/config/sol2.h @@ -72,11 +72,6 @@ Boston, MA 02110-1301, USA. */ builtin_define ("_LARGEFILE64_SOURCE=1"); \ builtin_define ("__EXTENSIONS__"); \ } \ - if (flag_pic) \ - { \ - builtin_define ("__PIC__"); \ - builtin_define ("__pic__"); \ - } \ TARGET_SUB_OS_CPP_BUILTINS(); \ } while (0) |