Re: [PATCH] Delete GCJ
Iain Sandoe <[email protected]> Thu, 6 Oct 2016 17:46:36 +0100
| Newsgroups | gmane.comp.gcc.java.patches,gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
> On 6 Oct 2016, at 17:42, Rainer Orth <[email protected]> wrote: >=20 >>> Here's what I tested. This requires a boehm-gc version 7.0 or later >>> (having the >>> header files in a gc subdirectory). Depending on your available librar= y, it >>> only builds the GC enabled library for the default multilib library, an= d just >>> skips over building the non-default multilib variants (assuming that mo= st >>> people >>> won't have a libgc for that installed). The --enable-objc-gc option is= not >=20 > this assumption may not hold, though: in Solaris 11+ where libgc is > bundled, both 32 and 64-bit libs are present, as always. I'd also claim > that for multilib testing in general, it's bad to test different > multilibs with different configurations, so I'd rather have people doing > multilib testing obtain all variants of libgc. likewise on Darwin, people may well build =E2=80=9Cfat=E2=80=9D libraries, = and I also would encourage testing of m32/m64, Iain