This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49769] [4.7 regression] configuration mismatch -- extra parts
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 18 Jul 2011 16:42:50 +0000
- Subject: [Bug bootstrap/49769] [4.7 regression] configuration mismatch -- extra parts
- Auto-submitted: auto-generated
- References: <bug-49769-4@http.gcc.gnu.org/bugzilla/>
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