Restore FreeBSD/SPARC bootstrap (PR bootstrap/49804)

From-SVN: r179610
This commit is contained in:
Rainer Orth 2011-10-06 13:48:14 +00:00 committed by Rainer Orth
parent b86b9f4474
commit cc49116d66
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR bootstrap/49804
* config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
extra_parts.
2011-09-28 Nick Clifton <nickc@redhat.com>
* config/rx/rx-lib.h: Always restrict doubles to the SF type when

View File

@ -777,7 +777,7 @@ sparc-wrs-vxworks)
;;
sparc64-*-freebsd*|ultrasparc-*-freebsd*)
tmake_file="$tmake_file t-crtfm"
extra_parts=crtfastmath.o
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o crtfastmath.o"
;;
sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
extra_parts="$extra_parts crtfastmath.o"