|
|
|
@ -23,7 +23,7 @@ |
|
|
|
rs6000*-*-*) |
|
|
|
extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt" |
|
|
|
;; |
|
|
|
@@ -1976,6 +1980,34 @@ microblaze*-*-elf) |
|
|
|
@@ -1982,6 +1986,34 @@ microblaze*-*-elf) |
|
|
|
cxx_target_objs="${cxx_target_objs} microblaze-c.o" |
|
|
|
tmake_file="${tmake_file} microblaze/t-microblaze" |
|
|
|
;; |
|
|
|
@ -58,7 +58,7 @@ |
|
|
|
mips*-*-netbsd*) # NetBSD/mips, either endian. |
|
|
|
target_cpu_default="MASK_ABICALLS" |
|
|
|
tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h" |
|
|
|
@@ -3860,6 +3892,31 @@ case "${target}" in |
|
|
|
@@ -3866,6 +3898,31 @@ case "${target}" in |
|
|
|
done |
|
|
|
;; |
|
|
|
|
|
|
|
@ -213,7 +213,7 @@ |
|
|
|
sparc64*-*-*) |
|
|
|
cpu_type=sparc |
|
|
|
;; |
|
|
|
@@ -1059,6 +1062,18 @@ powerpcle-*-eabi*) |
|
|
|
@@ -1064,6 +1067,22 @@ powerpcle-*-eabi*) |
|
|
|
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit" |
|
|
|
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o" |
|
|
|
;; |
|
|
|
@ -222,11 +222,15 @@ |
|
|
|
+ extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o crtendS.o crtbeginT.o" |
|
|
|
+ ;; |
|
|
|
+riscv*-*-linux*) |
|
|
|
+ tmake_file="${tmake_file} riscv/t-fpbit riscv/t-dpbit riscv/t-tpbit riscv/t-elf" |
|
|
|
+ tmake_file="${tmake_file} riscv/t-fpbit riscv/t-dpbit riscv/t-tpbit riscv/t-elf riscv/t-elf64" |
|
|
|
+ extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o crtendS.o crtbeginT.o" |
|
|
|
+ ;; |
|
|
|
+riscv32*-*-*) |
|
|
|
+ tmake_file="${tmake_file} riscv/t-fpbit riscv/t-dpbit riscv/t-elf riscv/t-elf32" |
|
|
|
+ extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o" |
|
|
|
+ ;; |
|
|
|
+riscv*-*-*) |
|
|
|
+ tmake_file="${tmake_file} riscv/t-fpbit riscv/t-dpbit riscv/t-elf" |
|
|
|
+ tmake_file="${tmake_file} riscv/t-fpbit riscv/t-dpbit riscv/t-elf riscv/t-elf64" |
|
|
|
+ extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o" |
|
|
|
+ ;; |
|
|
|
rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*) |
|
|
|
|