WIP: Hurd porting - #2
Open
zamaudio wants to merge 15 commits into
Open
Conversation
Author: Jeremie Koenig Also-by: Damien Raude-Morvan (Heavily rebased)
The current freetypecheck compares the version string: a.b.c using strcmp which fails for version numbers. Let's just skip the check for now.
Since we can obtain a javac 1.6 jar that runs on 1.5, we should be able to bootstrap jdk7 using this developer bootstrap toolchain compiled from jdk6. Setting this value lower allows us to compile the 1.7 langtools targeted at 1.5 jvm so that we can run enough of the tools using the existing 1.5 jvm to bootstrap jdk7.
This enables bootstrapping of 1.6 -> 1.7 from a 1.5 gcj that has compiled the rt.jar for 1.6
Not 100% sure this is correct but fixes the compile error.
There are duplicate symbols with jvmtiEnter.o and jvmtiEnterTrace.o
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is not ready yet, but I wanted to send it to you so we can discuss the changes.