Don't define `arm_elf'
authorPhilip Blundell <pb@futuretv.com>
Mon, 11 Sep 2000 17:14:09 +0000 (17:14 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 11 Sep 2000 17:14:09 +0000 (17:14 +0000)
From-SVN: r36322

gcc/ChangeLog
gcc/config/arm/elf.h

index 48d8074..a72d0c7 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-11  Philip Blundell  <pb@futuretv.com>
+
+       * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
+
 Mon Sep 11 10:48:41 2000  Ulrich Drepper <drepper@redhat.com>
 
        * install.texi (LANGUAGES): Update to include new languages.
index 44ce913..53fa217 100644 (file)
@@ -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