config.gcc (sparc-*-elf*): Add sparc/t-crtin.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 22 May 2011 20:01:01 +0000 (20:01 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 22 May 2011 20:01:01 +0000 (20:01 +0000)
commit8ac798357ff48a4d68f04e1bff98aef4bb73a5b0
treeb1e445b859b0fd477b9a8e6ff8f8d2a81792924e
parentdc0a3366fc18838066535e6a038141fc9a22e822
config.gcc (sparc-*-elf*): Add sparc/t-crtin.

* config.gcc (sparc-*-elf*): Add sparc/t-crtin.
(sparc-*-rtems*): Likewise.
(sparc64-*-elf*): Likewise.
(sparc64-*-rtems*): Likewise.
(sparc*-*-solaris2*): Likewise.  Remove crti.o crtn.o extra parts.
* config/sparc/t-crtin: New file.
* config/sparc/t-sol2 (crti.o): Delete rule.
(crtn.o): Likewise.
* config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
* config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
* config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
(ENDFILE_SPEC): Add crtn.o.

From-SVN: r174041
gcc/ChangeLog
gcc/config.gcc
gcc/config/sparc/sp64-elf.h
gcc/config/sparc/t-crtin [new file with mode: 0644]
gcc/config/sparc/t-linux64
gcc/config/sparc/t-sol2
gcc/config/sparc/t-sol2-64