OSDN Git Service

Restore FreeBSD/SPARC bootstrap (PR bootstrap/49804)
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2011 13:48:14 +0000 (13:48 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2011 13:48:14 +0000 (13:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179610 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/config.host

index a9f771c..a83456b 100644 (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
index 25afb37..08c00a3 100644 (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"