diff options
author | Jason Merrill <merrill@gnu.org> | 1996-10-16 20:25:25 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1996-10-16 20:25:25 +0000 |
commit | fe1fd3534199f0595b01432701f76c65d4a464dc (patch) | |
tree | 73380f8b5b5334d5ba3a9df98aa3b5ce0c1af224 /gcc/config/mips/t-iris6 | |
parent | c8507ba06b74b058357b484e7a400da11935954c (diff) | |
download | gcc-fe1fd3534199f0595b01432701f76c65d4a464dc.zip gcc-fe1fd3534199f0595b01432701f76c65d4a464dc.tar.gz gcc-fe1fd3534199f0595b01432701f76c65d4a464dc.tar.bz2 |
irix6 ctors
From-SVN: r12971
Diffstat (limited to 'gcc/config/mips/t-iris6')
-rw-r--r-- | gcc/config/mips/t-iris6 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/mips/t-iris6 b/gcc/config/mips/t-iris6 index 9773eb3..9990bef 100644 --- a/gcc/config/mips/t-iris6 +++ b/gcc/config/mips/t-iris6 @@ -12,3 +12,8 @@ MULTILIB_MATCHES= LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib + +# For svr4 we build crtbegin.o and crtend.o which serve to add begin and +# end labels to the .ctors and .dtors section when we link using gcc. + +EXTRA_PARTS=crtbegin.o crtend.o |