This is the mail archive of the gcc-patches@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]

Re: Patch: restore HPUX bootstrap w/ gcj


> I'm checking in the following obvious work-around in order to restore
> the gcj bootstrap on HPUX (although gcj doesn't really work there
> right now).  It may not be perfect (introduces conditional
> compilations, which it seems people are trying to remove from gcc),
> but restoring bootstrap is important.

One way to avoid the conditional compilation would be to introduce
an new define `SUPPORTS_JCR_SECTION' in defaults.h.  This could be
used instead of SUPPORTS_WEAK in the `if' in java/class.c.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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