summaryrefslogtreecommitdiff
path: root/gcc/config/arm/coff.h
diff options
context:
space:
mode:
authorerich <erich@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-13 18:45:05 +0000
committererich <erich@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-13 18:45:05 +0000
commitccc185cf6861d83a3195f03477983300476c9b68 (patch)
tree9d770bcf1f6b8669f25b176a4a676d3e3a2bc8ac /gcc/config/arm/coff.h
parentccea758365874357fa5c2b4a520018a626ddd0cc (diff)
downloadgcc-ccc185cf6861d83a3195f03477983300476c9b68.tar.gz
(MULTILIB_DEFAULTS): Remove all references to mle/mbe.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14063 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/coff.h')
-rw-r--r--gcc/config/arm/coff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/arm/coff.h b/gcc/config/arm/coff.h
index 18a07187e7e..abba7c6b787 100644
--- a/gcc/config/arm/coff.h
+++ b/gcc/config/arm/coff.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler,
for ARM with COFF obj format.
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by Doug Evans (dje@cygnus.com).
This file is part of GNU CC.
@@ -34,9 +34,9 @@ Boston, MA 02111-1307, USA. */
/* ??? Is a big-endian default intended to be supported? */
#if 0 /*TARGET_CPU_DEFAULT & ARM_FLAG_BIG_END*/
-#define MULTILIB_DEFAULTS { "mbe", "mbig-endian" }
+#define MULTILIB_DEFAULTS { "mbig-endian" }
#else
-#define MULTILIB_DEFAULTS { "mle", "mlittle-endian" }
+#define MULTILIB_DEFAULTS { "mlittle-endian" }
#endif
/* ??? Does arm.h really need to set this to 32? */