summaryrefslogtreecommitdiff
path: root/gcc/config/i386/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/linux.h')
-rw-r--r--gcc/config/i386/linux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h
index f85a9ef6cbb..2d6fb680146 100644
--- a/gcc/config/i386/linux.h
+++ b/gcc/config/i386/linux.h
@@ -74,11 +74,6 @@ Boston, MA 02110-1301, USA. */
do \
{ \
LINUX_TARGET_OS_CPP_BUILTINS(); \
- if (flag_pic) \
- { \
- builtin_define ("__PIC__"); \
- builtin_define ("__pic__"); \
- } \
} \
while (0)