summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-jdk-make-lib-CoreLibraries.gmk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix few more mismerges in the previous update.Jung-uk Kim2015-07-201-6/+10
|
* . Update to 8u51.Greg Lewis2015-07-191-5/+5
|
* - Revert all damages done in r372338 and r379049.Jung-uk Kim2015-02-271-2/+2
| | | | | | - Really fix non-release builds. [1] PR: 193009 [1]
* . Update to 8u25.Greg Lewis2014-11-091-5/+6
|
* Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim2014-05-171-3/+2
| | | | | | | able to find libjli.so from RPATH because argv[0] points to the symlink. Note it seems Linux does not have the problem when /proc/self/exe exists. If it does not exist, it also fails to find libjli.so. Clean up patches while I am here.
* Add a port of OpenJDK8.Jung-uk Kim2014-03-281-0/+16
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)