aboutsummaryrefslogtreecommitdiff
path: root/libs/classpath
Commit message (Collapse)AuthorAge
* 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>