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 other/35107] GCC unnecessarily links shared libs with xgcc, gcov, cpp, jcf-dump, etc.



------- Comment #3 from ghazi at gcc dot gnu dot org  2008-02-06 21:51 -------
Subject: Bug 35107

Author: ghazi
Date: Wed Feb  6 21:51:24 2008
New Revision: 132160

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132160
Log:
2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

        PR other/35107
        * Makefile.in (LIBS): Remove $(GMPLIBS).
        (cc1-dummy, cc1): Add $(GMPLIBS).

ada:
        PR other/35107
        * Make-lang.in (gnat1): Add $(GMPLIBS).

cp:
        PR other/35107
        * Make-lang.in (cc1plus-dummy, cc1plus): Add $(GMPLIBS).

fortran:
        PR other/35107
        * Make-lang.in (f951): Add $(GMPLIBS).

java:
        PR other/35107
        * Make-lang.in (jc1): Add $(GMPLIBS).

objc:
        PR other/35107
        * Make-lang.in (cc1obj-dummy, cc1obj): Add $(GMPLIBS).

objcp:
        PR other/35107
        * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS).

treelang:
        PR other/35107
        * Make-lang.in (tree1): Add $(GMPLIBS).


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/Make-lang.in
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/Make-lang.in
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/Make-lang.in
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/Make-lang.in
    trunk/gcc/objc/ChangeLog
    trunk/gcc/objc/Make-lang.in
    trunk/gcc/objcp/ChangeLog
    trunk/gcc/objcp/Make-lang.in
    trunk/gcc/treelang/ChangeLog
    trunk/gcc/treelang/Make-lang.in


-- 


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


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