OSDN Git Service

* config.gcc (mips64vr-*-*): Use tm_defines to set MIPS_ABI_DEFAULT.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jul 2009 12:13:50 +0000 (12:13 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jul 2009 12:13:50 +0000 (12:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149807 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config.gcc

index 98d7771..ddc8fc8 100644 (file)
@@ -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"