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 libobjc/13946] ObjC configured --with-objc-gc needs external Boehm gc



------- Comment #7 from ayers at gcc dot gnu dot org  2006-06-06 16:05 -------
Subject: Bug 13946

Author: ayers
Date: Tue Jun  6 16:05:47 2006
New Revision: 114435

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114435
Log:
2006-06-06  David Ayers  <d.ayers@inode.at>

        PR libobjc/13946
        * Makefile.def: Add dependencies for libobjc which boehm-gc.
        * Makefile.in: Regenerate.
        * configure.in: Add --enable-objc-gc at toplevel and have it
        enable boehm-gc for Objective-C.
        Remove target-boehm-gc from libgcj.
        Add target-boehm-gc to target_libraries.
        Add target-boehm-gc to noconfigdirs where ${libgcj}
        is specified.
        Assert that boehm-gc is supported when requested for Objective-C.
        Only build boehm-gc if needed either for Java or Objective-C.
        * configure: Regenerate.


Modified:
    trunk/ChangeLog
    trunk/Makefile.def
    trunk/Makefile.in
    trunk/configure
    trunk/configure.in


-- 


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


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