diff options
Diffstat (limited to 'gcc/config/i386/nto.h')
-rw-r--r-- | gcc/config/i386/nto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/i386/nto.h b/gcc/config/i386/nto.h index 92cf9f49df3..1095a631319 100644 --- a/gcc/config/i386/nto.h +++ b/gcc/config/i386/nto.h @@ -37,11 +37,6 @@ Boston, MA 02110-1301, USA. */ builtin_assert ("system=qnxnto"); \ builtin_assert ("system=nto"); \ builtin_assert ("system=unix"); \ - if (flag_pic) \ - { \ - builtin_define ("__PIC__"); \ - builtin_define ("__pic__"); \ - } \ } \ while (0) |