nixpkgs/pkgs/development/compilers/openjdk
Shea Levy a08ca4c04a openjdk: Don't use the official build system's boostrapping, do our own.
The openjdk BOOT_CYCLE bootstrap doesn't use the binaries built in the first stage for the second stage, so we get a bunch of errors like:
  /bin/sh: /nix/store/wdgl7xl9b72hn212l0672ad5sn7vh44y-openjdk-bootstrap/bin/native2ascii: No such file or directory
Instead, just build each stage as a separate derivation
2012-10-04 16:56:41 -04:00
..
bootstrap.nix openjdk bootstrap tarballs are on nixos.org now. 2012-08-25 17:55:21 -04:00
cppflags-include-fix.patch openjdk: Add patch to avoid an empty -I flag 2011-08-01 01:17:08 +00:00
default.nix openjdk: Don't use the official build system's boostrapping, do our own. 2012-10-04 16:56:41 -04:00
linux-version-check-fix.patch openjdk: Add a patch to fix a stupid linux version check 2011-08-11 01:13:04 +00:00
make-bootstrap.nix openjdk: passthru the architecture attribute like oracle jdk6 does. 2012-08-27 12:41:13 -04:00
printf-fix.patch openjdk: Add patch to fix 'printf: --: invalid option' error 2011-08-01 01:17:25 +00:00