This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30519] [4.3 Regression] Configuration mismatch -- extra parts
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2007 08:37:01 -0000
- Subject: [Bug target/30519] [4.3 Regression] Configuration mismatch -- extra parts
- References: <bug-30519-6183@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-21 08:37 -------
This patch should work but I cannot test it.
Index: config.host
===================================================================
--- config.host (revision 120891)
+++ config.host (working copy)
@@ -192,6 +192,7 @@
;;
alpha*-*-linux*)
tmake_file="${tmake_file} alpha/t-crtfm"
+ extra_parts="$extra_parts crtfastmath.o"
;;
alpha*-*-gnu*)
;;
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-01-21 08:37:01
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30519