On Thu, Dec 3, 2009 at 5:16 AM, Andrew John Hughes < gnu_and...@member.fsf.org> wrote:
> > > > Also, is there an easy way to force the bootstrap jdk to be compiled as > Java > > 5? It seem to compile some of the classes as Java 7 and some based on > > BOOT_SOURCE_LANGUAGE_VERSION BOOT_TARGET_CLASS_VERSION. I had to define > > TARGET_CLASS_VERSION, SOURCE_LANGUAGE_VERSION and > > SOURCE_CLASS_VERSION to force the version to java 5. > > > > Michael > > > > Bootstrap classes are compiled to 6 and others to 7. 5 is not > supported as a bootstrap JDK for 7. > Is gcj equivalent to 6, or does it not care about the class version?