From 8fce4e3131df95895b56a9467ae554e2a626eafa Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 19 Mar 2007 08:28:57 +0000 Subject: [PATCH] * config.host (cris-*-elf | cris-*-none): Set extra_parts. From-SVN: r123052 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 1 + 2 files changed, 5 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index dab94394a621..4b42b2ce9ee9 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2007-03-19 Hans-Peter Nilsson + + * config.host (cris-*-elf | cris-*-none): Set extra_parts. + 2007-03-12 Brooks Moses * Makefile.in (install-info): New dummy target. diff --git a/libgcc/config.host b/libgcc/config.host index ac13e35d8f69..389fec200ba2 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -262,6 +262,7 @@ c4x-* | tic4x-*) cris-*-aout) ;; cris-*-elf | cris-*-none) + extra_parts="crtbegin.o crtend.o" ;; cris-*-linux*) ;; -- 2.39.2