This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/49769] [4.7 regression] configuration mismatch -- extra parts


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49769

--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-18 16:42:00 UTC ---
Author: ro
Date: Mon Jul 18 16:41:55 2011
New Revision: 176406

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176406
Log:
    PR bootstrap/49769
    * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
    (alpha*-*-freebsd*): Likewise.
    (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
    i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
    i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
    crtprec80.o, crtfastmath.o to extra_parts for all targets.
    (ia64*-*-elf*): Remove extra_parts.
    (sparc-*-linux*): Add crtfastmath.o to extra_parts.
    (sparc64-*-linux*): Likewise.
    (sparc64-*-freebsd*): Likewise.

    Revert:
    * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
    (ia64*-*-linux*): Likewise.
    (mips64*-*-linux*): Likewise.
    (mips*-*-linux*): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]