aboutsummaryrefslogtreecommitdiff
path: root/libs/classpath/Makefile
Commit message (Collapse)AuthorAge
* classpath: removeRosen Penev2020-04-09
| | | | | | This no longer builds as GCC no longer includes Java support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* classpath: Add jamvm/host build dependencyRosen Penev2019-09-01
| | | | | | | | | | | | | This is needed for compilation. A Java compiler is also needed but that must be handled elsewhere. Fixed up license information. URLs to HTTPS. Other Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* classpath: Fix breakage caused by -Werror=implicit-fallthroughDaniel Santos2019-01-08
| | | | | | | | | classpath builds with -Wextra and, unless configured with --disable-werror, -Werror. Since GCC 7 added -Wimplicit-fallthrough=3 to -Wextra we need to make it not an error for code that doesn't use __attribute__((fallthrough)) yet. Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
* classpath: fix this statement may fall throughGuo Li2018-09-06
| | | | | | | | | | | gnu_java_math_GMP.c:1135:13: error: this statement may fall through [-Werror=implicit-fallthrough=] res = mpz_popcount (_this); ~~~~^~~~~~~~~~~~~~~~~~~~~~ gnu_java_math_GMP.c:1136:7: note: here default: ^~~~~~~ Signed-off-by: Guo Li <uxgood.org@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* classpath: force use of target gmp libNicolas Thill2015-01-07
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* classpath: move to new repo, update to classpath-0.99; add patch for double ↵Dana Myers2015-01-06
memory-leak Signed-off-by: Dana H. Myers <k6jq@comcast.net>