From 52a21fc6d1b12c5f3ce3343e89016e1ebc1b7303 Mon Sep 17 00:00:00 2001 From: Philip Blundell Date: Mon, 11 Sep 2000 17:14:09 +0000 Subject: [PATCH] Don't define `arm_elf' From-SVN: r36322 --- gcc/ChangeLog | 4 ++++ gcc/config/arm/elf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48d8074ea44..a72d0c7519f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-09-11 Philip Blundell + + * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'. + Mon Sep 11 10:48:41 2000 Ulrich Drepper * install.texi (LANGUAGES): Update to include new languages. diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h index 44ce9131376..53fa21787b1 100644 --- a/gcc/config/arm/elf.h +++ b/gcc/config/arm/elf.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef SUBTARGET_CPP_SPEC -#define SUBTARGET_CPP_SPEC "-Darm_elf -D__ELF__" +#define SUBTARGET_CPP_SPEC "-D__ELF__" #endif #ifndef SUBTARGET_EXTRA_ASM_SPEC -- 2.30.2