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/38262] [4.4 regression] GCC components unnecessarily link with shared gmp/mpfr



------- Comment #2 from ghazi at gcc dot gnu dot org  2008-11-25 23:08 -------
(In reply to comment #1)
> Subject: Re:  New: [4.4 regression] GCC components unnecessarily link with
> shared gmp/mpfr
> Here is a patch from Dwarak for fixing this.
> He will send this to review on gcc-patches@ list.
> Sebastian Pop
> --
> AMD - GNU Tools

Thanks, however I don't understand why in this patch xgcc and cpp are being
linked with BACKENDLIBS.  They don't linked with libbackend.a.

Also, there are many more places where you do need to add BACKENDLIBS like
cc1plus, cc1obj, f951, jc1, etc.  See here for all the places you'll need to
catch:

http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00187.html


-- 

ghazi 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         |2008-11-25 23:08:54
               date|                            |


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


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