Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 824 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 824 Bytes

OpenJDK 7 source code with IcedTea patches

This repository contains OpenJDK7 source code with applied patches from IcedTea project.

To obtain these sources IcedTea has been configured with the following options:

./configure \
--with-jdk-home=path/to/openjdk7 \
--with-rhino=path/to/rhino-1.7.4.jar \
--disable-bootstrap \
--disable-system-zlib \
--disable-system-jpeg \
--disable-system-png \
--disable-system-gif \
--disable-system-lcms \
--disable-compile-against-syscalls \
--disable-nss

License information

GNU GPL v. 2 with classpath exception.