Commit 52a21fc6 by Philip Blundell Committed by Nick Clifton

Don't define `arm_elf'

From-SVN: r36322
parent 669ed2b1
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> Mon Sep 11 10:48:41 2000 Ulrich Drepper <drepper@redhat.com>
* install.texi (LANGUAGES): Update to include new languages. * install.texi (LANGUAGES): Update to include new languages.
......
...@@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */
#endif #endif
#ifndef SUBTARGET_CPP_SPEC #ifndef SUBTARGET_CPP_SPEC
#define SUBTARGET_CPP_SPEC "-Darm_elf -D__ELF__" #define SUBTARGET_CPP_SPEC "-D__ELF__"
#endif #endif
#ifndef SUBTARGET_EXTRA_ASM_SPEC #ifndef SUBTARGET_EXTRA_ASM_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment