diff options
author | Nick Clifton <nickc@redhat.com> | 2009-07-20 18:24:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2009-07-20 18:24:19 +0000 |
commit | 621114bc7b373c9597a455125d3d5e06fd9c548e (patch) | |
tree | 0dac2a6f0483cd21acaeb9a688caa395a431f985 /gcc/config/mips/vr.h | |
parent | 2b69c8416ebc730972724200059247e489b1e689 (diff) | |
download | gcc-621114bc7b373c9597a455125d3d5e06fd9c548e.zip gcc-621114bc7b373c9597a455125d3d5e06fd9c548e.tar.gz gcc-621114bc7b373c9597a455125d3d5e06fd9c548e.tar.bz2 |
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
Diffstat (limited to 'gcc/config/mips/vr.h')
-rw-r--r-- | gcc/config/mips/vr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/mips/vr.h b/gcc/config/mips/vr.h index aa0d91a..3a89e69 100644 --- a/gcc/config/mips/vr.h +++ b/gcc/config/mips/vr.h @@ -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, \ |