summaryrefslogtreecommitdiff
path: root/gcc/config/arm/unknown-elf.h
diff options
context:
space:
mode:
authorclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-07 09:15:34 +0000
committerclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-07 09:15:34 +0000
commita8e7237a85ccfeef6c9c3ccece0024e5b34d3c05 (patch)
tree647a3224da3c3ff837edeb41b4a36aebefb53a67 /gcc/config/arm/unknown-elf.h
parent15494e01324dc83a573904fbaab5870b5b27da97 (diff)
downloadgcc-a8e7237a85ccfeef6c9c3ccece0024e5b34d3c05.tar.gz
Mon Dec 7 09:58:26 1998 Catherine Moore <clm@cygnus.com>
* configure.in: (arm*-*-ecos-elf): New target. * configure: Regenerated. * config/arm/elf.h (ASM_WEAKEN_LABEL): Define. * config/arm/ecos-elf.h: New file. * config/arm/unknown-elf.h (TARGET_VERSION): Check for redefinition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/unknown-elf.h')
-rw-r--r--gcc/config/arm/unknown-elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/arm/unknown-elf.h b/gcc/config/arm/unknown-elf.h
index 5d173cfd9ff..be8da817571 100644
--- a/gcc/config/arm/unknown-elf.h
+++ b/gcc/config/arm/unknown-elf.h
@@ -20,7 +20,9 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Run-time Target Specification. */
+#ifndef TARGET_VERSION
#define TARGET_VERSION fputs (" (ARM/ELF non-Linux)", stderr);
+#endif
/* If you don't define HAVE_ATEXIT, and the object file format/OS/whatever
does not support constructors/destructors, then gcc implements destructors