diff options
Diffstat (limited to 'gcc/config/mips/linux.h')
-rw-r--r-- | gcc/config/mips/linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 3663fe14a83..2461ac34292 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -120,7 +120,6 @@ void FN () \ #define TARGET_OS_CPP_BUILTINS() \ do { \ builtin_define ("__gnu_linux__"); \ - builtin_define ("__ELF__"); \ builtin_define ("__PIC__"); \ builtin_define ("__pic__"); \ builtin_define_std ("unix"); \ |