aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2007-03-19 08:28:57 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2007-03-19 08:28:57 +0000
commit8fce4e3131df95895b56a9467ae554e2a626eafa (patch)
tree0b607a9ee5ab3be4874a4bfcac65e051d4c4d1c1 /libgcc
parent886c8de1939d8028f3568d7f586468d6f796153c (diff)
downloadgcc-8fce4e3131df95895b56a9467ae554e2a626eafa.zip
gcc-8fce4e3131df95895b56a9467ae554e2a626eafa.tar.gz
gcc-8fce4e3131df95895b56a9467ae554e2a626eafa.tar.bz2
* config.host (cris-*-elf | cris-*-none): Set extra_parts.
From-SVN: r123052
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host1
2 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index dab9439..4b42b2c 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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.
diff --git a/libgcc/config.host b/libgcc/config.host
index ac13e35..389fec2 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*)
;;