diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2009-07-20 12:13:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2009-07-20 12:13:50 +0000 |
commit | c4023c1903e09ab3f83785b8d38ba9ffd7e295e9 (patch) | |
tree | e51e13b83efbacf92057016bd80847eb19c66437 /gcc | |
parent | 4bbe826276ddc92d622b519659c52ca7027a823c (diff) | |
download | gcc-c4023c1903e09ab3f83785b8d38ba9ffd7e295e9.zip gcc-c4023c1903e09ab3f83785b8d38ba9ffd7e295e9.tar.gz gcc-c4023c1903e09ab3f83785b8d38ba9ffd7e295e9.tar.bz2 |
* config.gcc (mips64vr-*-*): Use tm_defines to set MIPS_ABI_DEFAULT.
From-SVN: r149807
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 98d7771..ddc8fc8 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1741,6 +1741,7 @@ mips64-*-elf* | mips64el-*-elf*) mips64vr-*-elf* | mips64vrel-*-elf*) tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h" tmake_file=mips/t-vr + tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI" ;; mips64orion-*-elf* | mips64orionel-*-elf*) tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h" |