aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@wasabisystems.com>2002-05-05 22:23:40 +0000
committerJason Thorpe <thorpej@gcc.gnu.org>2002-05-05 22:23:40 +0000
commit40cd22f22346c87ff7138763aa667fd0cecd8c86 (patch)
treefef9273ca2ab8a2722857ac510ea9947fd21f342 /gcc
parentcac010762c695f9c66656782ab107295b7a8b196 (diff)
downloadgcc-40cd22f22346c87ff7138763aa667fd0cecd8c86.zip
gcc-40cd22f22346c87ff7138763aa667fd0cecd8c86.tar.gz
gcc-40cd22f22346c87ff7138763aa667fd0cecd8c86.tar.bz2
* config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
From-SVN: r53198
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a56fd7e..7cf1b73 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 d9c12fa..15038c5 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*)