Commit 7084e037 by Joel Sherrill Committed by Joel Sherrill

re PR target/50989 (sparc libgcc2 __udivmoddi4 has undefined reference to .umul)

2011-11-04  Joel Sherrill  <joel.sherrill@oarcorp.com>

	PR target/50989
	* config.host (sparc-*-rtems*): Add sparc/t-softmul.

From-SVN: r180946
parent ba65ae42
2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
PR target/50989
* config.host (sparc-*-rtems*): Add sparc/t-softmul.
2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/c6x/t-elf (LIB2ADDEH): Set. * config/c6x/t-elf (LIB2ADDEH): Set.
......
...@@ -1025,7 +1025,7 @@ sparc-*-linux*) # SPARC's running GNU/Linux, libc6 ...@@ -1025,7 +1025,7 @@ sparc-*-linux*) # SPARC's running GNU/Linux, libc6
md_unwind_header=sparc/linux-unwind.h md_unwind_header=sparc/linux-unwind.h
;; ;;
sparc-*-rtems*) sparc-*-rtems*)
tmake_file="sparc/t-elf t-crtfm t-rtems t-fdpbit" tmake_file="sparc/t-elf sparc/t-softmul t-crtfm t-rtems t-fdpbit"
extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
;; ;;
sparc*-*-solaris2*) sparc*-*-solaris2*)
......
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