jaxp/README
author xlu
Tue, 10 Jun 2008 16:39:20 -0700
changeset 744 88e28f2ccee4
parent 6 7f561c08de6b
child 3879 0d9209bdf36c
permissions -rw-r--r--
6647068: libjvm.so is not built PIC Summary: Remove the preferred base address built with libjvm.so and unified the PIC approach on Solaris & Linux. Reviewed-by: never, kamg Contributed-by: xiaobin.lu@sun.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
README:
7f561c08de6b Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the jaxp Mercurial repository.
7f561c08de6b Initial load
duke
parents:
diff changeset
     3
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
     
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "dist"
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
  directory.
7f561c08de6b Initial load
duke
parents:
diff changeset
    14