(MULTILIB_DEFAULTS): Remove all references to mle/mbe.
From-SVN: r14063
This commit is contained in:
parent
64bdde07f6
commit
5bc85b0a3d
@ -1,6 +1,6 @@
|
|||||||
/* Definitions of target machine for GNU compiler,
|
/* Definitions of target machine for GNU compiler,
|
||||||
for ARM with COFF obj format.
|
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).
|
Contributed by Doug Evans (dje@cygnus.com).
|
||||||
|
|
||||||
This file is part of GNU CC.
|
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? */
|
/* ??? Is a big-endian default intended to be supported? */
|
||||||
#if 0 /*TARGET_CPU_DEFAULT & ARM_FLAG_BIG_END*/
|
#if 0 /*TARGET_CPU_DEFAULT & ARM_FLAG_BIG_END*/
|
||||||
#define MULTILIB_DEFAULTS { "mbe", "mbig-endian" }
|
#define MULTILIB_DEFAULTS { "mbig-endian" }
|
||||||
#else
|
#else
|
||||||
#define MULTILIB_DEFAULTS { "mle", "mlittle-endian" }
|
#define MULTILIB_DEFAULTS { "mlittle-endian" }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* ??? Does arm.h really need to set this to 32? */
|
/* ??? Does arm.h really need to set this to 32? */
|
||||||
|
Loading…
Reference in New Issue
Block a user