Commit 621114bc by Nick Clifton Committed by Nick Clifton

config.gcc (mips64-*-*): Add definition of tm_defines in order to set MIPS_ABI_DEFAULT.

        * config.gcc (mips64-*-*): Add definition of tm_defines in order
        to set MIPS_ABI_DEFAULT.
        * config/mips/vr.h (MIPS_ABI_DEFAULT): Remove definition.

From-SVN: r149827
parent 2b69c841
2009-07-20 Nick Clifton <nickc@redhat.com>
* config.gcc (mips64-*-*): Add definition of tm_defines in order
to set MIPS_ABI_DEFAULT.
* config/mips/vr.h (MIPS_ABI_DEFAULT): Remove definition.
2009-07-20 Jakub Jelinek <jakub@redhat.com>
* tree-object-size.c (addr_object_size): Handle unions with
......
......@@ -20,8 +20,6 @@ along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
#define DEFAULT_VR_ARCH "mfix-vr4130"
#undef MIPS_ABI_DEFAULT
#define MIPS_ABI_DEFAULT ABI_EABI
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS \
{ MULTILIB_ENDIAN_DEFAULT, \
......
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