diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-19 08:28:57 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-19 08:28:57 +0000 |
commit | 7a9b9c953c8bbba02bc644cecb8d9bf3b6d1988b (patch) | |
tree | 0b607a9ee5ab3be4874a4bfcac65e051d4c4d1c1 /libgcc | |
parent | a0ab480af081b8862c37028c48fc6bf23a15234d (diff) | |
download | gcc-7a9b9c953c8bbba02bc644cecb8d9bf3b6d1988b.tar.gz |
* config.host (cris-*-elf | cris-*-none): Set extra_parts.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index dab94394a62..4b42b2ce9ee 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 ac13e35d8f6..389fec200ba 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*) ;; |