mirror of git://gcc.gnu.org/git/gcc.git
Restore FreeBSD/SPARC bootstrap (PR bootstrap/49804)
From-SVN: r179610
This commit is contained in:
parent
b86b9f4474
commit
cc49116d66
|
|
@ -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>
|
2011-09-28 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/rx/rx-lib.h: Always restrict doubles to the SF type when
|
* config/rx/rx-lib.h: Always restrict doubles to the SF type when
|
||||||
|
|
|
||||||
|
|
@ -777,7 +777,7 @@ sparc-wrs-vxworks)
|
||||||
;;
|
;;
|
||||||
sparc64-*-freebsd*|ultrasparc-*-freebsd*)
|
sparc64-*-freebsd*|ultrasparc-*-freebsd*)
|
||||||
tmake_file="$tmake_file t-crtfm"
|
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
|
sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
|
||||||
extra_parts="$extra_parts crtfastmath.o"
|
extra_parts="$extra_parts crtfastmath.o"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue