diff options
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r-- | gcc/config/sparc/linux.h | 1 | ||||
-rw-r--r-- | gcc/config/sparc/linux64.h | 1 | ||||
-rw-r--r-- | gcc/config/sparc/openbsd64.h | 1 | ||||
-rw-r--r-- | gcc/config/sparc/sp64-elf.h | 1 | ||||
-rw-r--r-- | gcc/config/sparc/sp86x-elf.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index 4d33a332454..23f5892dd19 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -25,7 +25,6 @@ Boston, MA 02111-1307, USA. */ builtin_define_std ("unix"); \ builtin_define_std ("linux"); \ builtin_define ("__gnu_linux__"); \ - builtin_define ("__ELF__"); \ builtin_assert ("system=unix"); \ builtin_assert ("system=posix"); \ } \ diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 3f7f6cade82..aed067d9eac 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -26,7 +26,6 @@ Boston, MA 02111-1307, USA. */ builtin_define_std ("linux"); \ builtin_define ("_LONGLONG"); \ builtin_define ("__gnu_linux__"); \ - builtin_define ("__ELF__"); \ builtin_assert ("system=unix"); \ builtin_assert ("system=posix"); \ } \ diff --git a/gcc/config/sparc/openbsd64.h b/gcc/config/sparc/openbsd64.h index c3d6dfc690c..96ddf7949af 100644 --- a/gcc/config/sparc/openbsd64.h +++ b/gcc/config/sparc/openbsd64.h @@ -42,7 +42,6 @@ Boston, MA 02111-1307, USA. */ builtin_define ("__sparcv9__"); \ builtin_define ("__sparc_v9__"); \ builtin_define ("__arch64__"); \ - builtin_define ("__ELF__"); \ } \ while (0) diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h index 5592a6efc34..f442fd86fc6 100644 --- a/gcc/config/sparc/sp64-elf.h +++ b/gcc/config/sparc/sp64-elf.h @@ -44,7 +44,6 @@ Boston, MA 02111-1307, USA. */ do \ { \ builtin_define_std ("sparc"); \ - builtin_define ("__ELF__"); \ } \ while (0) diff --git a/gcc/config/sparc/sp86x-elf.h b/gcc/config/sparc/sp86x-elf.h index e9e8cdb1248..a3107b50a57 100644 --- a/gcc/config/sparc/sp86x-elf.h +++ b/gcc/config/sparc/sp86x-elf.h @@ -24,7 +24,6 @@ Boston, MA 02111-1307, USA. */ do \ { \ builtin_define ("__sparclite86x__"); \ - builtin_define ("__ELF__"); \ } \ while (0) |