Skip to content

Bootstrap openjdk #35

Merged
merged 3 commits into from
Nov 12, 2018
Merged

Bootstrap openjdk #35

merged 3 commits into from
Nov 12, 2018

Commits on Nov 12, 2018

  1. gcc-5.5.0-1: Rebuild with gcj (GNU-Java) support

    - gcj and some other tools under bin are needed to bootstrap the
      openjdk builds (Using a 'regular' jdk does not work). Only
      drawback, one also needs the 'alien' ecj (Eclipse-Java) compiler
      to get a working gcj.
    
    - g++ has been setup to use the old c++ abi per default, since
      I expect, that if it is used, its used to compile old stuff.
      (Note: -D_GLIBCXX_USE_CXX11_ABI=[0|1] works of course)
    thomas committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    2ce362a View commit details
    Browse the repository at this point in the history
  2. openjdk-7u181: Build to bootstrap/build openjdk-8

    Parallel builds with 'nproc' tend to be instable, 4 processes
    seem to be a safe choice.
    
    NB: Our beloved 'KVM'-viewer runs neatly with this version.
    thomas committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    13fd26b View commit details
    Browse the repository at this point in the history
  3. openjdk-8u171: Alternative to jdk-8u141

    So here is a 'open' version of the jdk, tested with IGV and gephi.
    thomas committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    d9c5ee4 View commit details
    Browse the repository at this point in the history