config.gcc (mips64-*-*): Add definition of tm_defines in order to set MIPS_ABI_DEFAULT.
authorNick Clifton <nickc@redhat.com>
Mon, 20 Jul 2009 18:24:19 +0000 (18:24 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 20 Jul 2009 18:24:19 +0000 (18:24 +0000)
        * 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

gcc/ChangeLog
gcc/config/mips/vr.h

index 6b658f3..b94b9d1 100644 (file)
@@ -1,3 +1,9 @@
+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
index aa0d91a..3a89e69 100644 (file)
@@ -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,              \