From cc49116d66ec581c1d47a324606d24b15b55fb2a Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 6 Oct 2011 13:48:14 +0000 Subject: [PATCH] Restore FreeBSD/SPARC bootstrap (PR bootstrap/49804) From-SVN: r179610 --- libgcc/ChangeLog | 6 ++++++ libgcc/config.host | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index a9f771c82ec..a83456b386e 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2011-10-06 Rainer Orth + + PR bootstrap/49804 + * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to + extra_parts. + 2011-09-28 Nick Clifton * config/rx/rx-lib.h: Always restrict doubles to the SF type when diff --git a/libgcc/config.host b/libgcc/config.host index 25afb378db2..08c00a37f97 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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"