summaryrefslogtreecommitdiffstats
path: root/patches/classpath-0.99/0001-Fix-building-with-OpenJDK-1.8.patch
Commit message (Collapse)AuthorAgeFilesLines
* classpath: Fix for building with OpenJDK-1.8 (again)Guillermo Rodríguez2018-11-221-9/+60
| | | | | | | | | | | | Commit bbc978e623cafc added a patch intended to fix building with OpenJDK 1.8, however that commit was not complete. Update -source/-target in Makefiles and run autogen.sh so that the configure script is regenerated and the patched m4 macros are used. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> [mol: cleanup patch header] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* classpath: Fix building with OpenJDK 1.8Guillermo Rodríguez2018-11-101-0/+50
Also move back from staging. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>