]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Restore FreeBSD/SPARC bootstrap (PR bootstrap/49804)
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 6 Oct 2011 13:48:14 +0000 (13:48 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 6 Oct 2011 13:48:14 +0000 (13:48 +0000)
From-SVN: r179610

libgcc/ChangeLog
libgcc/config.host

index a9f771c82ec868fcd1295c847c5a74bc054817c5..a83456b386e13812782d74b10e8e80006a17d880 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 25afb378db25aec5edd320605839ed9664131921..08c00a37f97c4856e57d60e5a96a546d2786abc7 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"