]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.in (mips*-*-*): Add a test to see if MIPS libgloss linker scripts use START...
authorChris Demetriou <cgd@broadcom.com>
Mon, 29 Jul 2002 22:07:27 +0000 (22:07 +0000)
committerChris Demetriou <cgd@gcc.gnu.org>
Mon, 29 Jul 2002 22:07:27 +0000 (15:07 -0700)
commit4357a6c3481d4ab2a32cc905480efdfaacec7937
treebc96f85cd11de9c19f512f74bdd5fd6be3ea90b1
parent9a5cd606802c862d0ce69364facc7c1f098655a0
configure.in (mips*-*-*): Add a test to see if MIPS libgloss linker scripts use STARTUP directives...

2002-07-29  Chris Demetriou  <cgd@broadcom.com>

        * configure.in (mips*-*-*): Add a test to see if MIPS libgloss
        linker scripts use STARTUP directives consistently.
        * configure: Regenerate.
        * config.in: Regenerate.
        * config/mips/elf.h (STARTFILE_SPEC): Define conditionally, based
        on whether HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is defined.
        * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
        * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine if
        HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is set; the result
        will be the same.

From-SVN: r55851
gcc/ChangeLog
gcc/config.in
gcc/config/mips/elf.h
gcc/config/mips/elf64.h
gcc/config/mips/isa3264.h
gcc/configure
gcc/configure.in