summaryrefslogtreecommitdiff
path: root/gcc/config/mips/elf64.h
diff options
context:
space:
mode:
authorgavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-01 19:50:46 +0000
committergavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-01 19:50:46 +0000
commit0100b3ba29ea0fbe1daa8c7cd9ecd4c8406dc918 (patch)
tree03bbf898811083ee9a3f62e17887428ca72f42b1 /gcc/config/mips/elf64.h
parentdeb272836f9ce7a1ce17bbf90b0728ad6ccc9c94 (diff)
downloadgcc-0100b3ba29ea0fbe1daa8c7cd9ecd4c8406dc918.tar.gz
* config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
* config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0. * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30744 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/elf64.h')
-rw-r--r--gcc/config/mips/elf64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h
index 248dd32637c..5d6632e1c5f 100644
--- a/gcc/config/mips/elf64.h
+++ b/gcc/config/mips/elf64.h
@@ -338,7 +338,7 @@ func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
#define LIB_SPEC ""
#undef STARTFILE_SPEC
-#define STARTFILE_SPEC "crtbegin%O%s crt0%O%s"
+#define STARTFILE_SPEC "crtbegin%O%s %{!mno-crt0:crt0%O%s}"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend%O%s"