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 target/30519] [4.3 Regression] Configuration mismatch -- extra parts



------- 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


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