Commit c4023c19 by Nick Clifton

* config.gcc (mips64vr-*-*): Use tm_defines to set MIPS_ABI_DEFAULT.

From-SVN: r149807
parent 4bbe8262
...@@ -1741,6 +1741,7 @@ mips64-*-elf* | mips64el-*-elf*) ...@@ -1741,6 +1741,7 @@ mips64-*-elf* | mips64el-*-elf*)
mips64vr-*-elf* | mips64vrel-*-elf*) mips64vr-*-elf* | mips64vrel-*-elf*)
tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h" tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h"
tmake_file=mips/t-vr tmake_file=mips/t-vr
tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
;; ;;
mips64orion-*-elf* | mips64orionel-*-elf*) mips64orion-*-elf* | mips64orionel-*-elf*)
tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h" tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h"
......
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