diff options
| author | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-05 22:23:40 +0000 |
|---|---|---|
| committer | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-05 22:23:40 +0000 |
| commit | 57de866281d89a8e45fa597d26e2c2af97358e70 (patch) | |
| tree | fef9273ca2ab8a2722857ac510ea9947fd21f342 | |
| parent | b00035f2b4289c0268eb1e1b3076cda420a8e0a1 (diff) | |
| download | ppe42-gcc-57de866281d89a8e45fa597d26e2c2af97358e70.tar.gz ppe42-gcc-57de866281d89a8e45fa597d26e2c2af97358e70.zip | |
* config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53198 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config.gcc | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a56fd7e4f22..7cf1b73106d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-05 Jason Thorpe <thorpej@wasabisystems.com> + + * config.gcc (alpha*-*-netbsd*): Don't use crtstuff. + 2002-05-05 Jakub Jelinek <jakub@redhat.com> PR target/6561 diff --git a/gcc/config.gcc b/gcc/config.gcc index d9c12fab5bb..15038c54769 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -576,7 +576,6 @@ alpha*-*-netbsd*) tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h" target_cpu_default="MASK_GAS" tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee" - extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o" ;; alpha*-*-openbsd*) |

