Commit graph

4 commits

Author SHA1 Message Date
Guo Li
d0e0385f11 classpath: fix this statement may fall through
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>
2018-09-06 02:07:47 +08:00
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Nicolas Thill
e52372940e classpath: force use of target gmp lib
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-07 02:00:35 +01:00
Dana Myers
0d307e7003 classpath: move to new repo, update to classpath-0.99; add patch for double memory-leak
Signed-off-by: Dana H. Myers <k6jq@comcast.net>
2015-01-06 08:01:22 -08:00