]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.host (cris-*-elf | cris-*-none): Set extra_parts.
authorHans-Peter Nilsson <hp@axis.com>
Mon, 19 Mar 2007 08:28:57 +0000 (08:28 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 19 Mar 2007 08:28:57 +0000 (08:28 +0000)
From-SVN: r123052

libgcc/ChangeLog
libgcc/config.host

index dab94394a6218bdf904b1d0c7892de84296a748e..4b42b2ce9ee9ddeafe9675f71933b8ae807801aa 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config.host (cris-*-elf | cris-*-none): Set extra_parts.
+
 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
 
        * Makefile.in (install-info): New dummy target.
index ac13e35d8f6978baaebd70afa2017e2ff2a6487b..389fec200ba23ab5ec2a3a80e699f6591e17bed8 100644 (file)
@@ -262,6 +262,7 @@ c4x-* | tic4x-*)
 cris-*-aout)
        ;;
 cris-*-elf | cris-*-none)
+       extra_parts="crtbegin.o crtend.o"
        ;;
 cris-*-linux*)
        ;;