aboutsummaryrefslogtreecommitdiff
path: root/lang/jamvm
Commit message (Collapse)AuthorAge
* jamvm: Clarify and clean up package descriptionDaniel Santos2019-01-08
| | | | | | Clean up white space and properly clarify the Java version implemented. Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
* jamvm: depends on supported architecturesYousong Zhou2018-09-28
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* treewide: remove obsolete references to avr32Yousong Zhou2018-09-28
| | | | | | | This is a long overdue followup commit to openwrt/openwrt@5d9eeab ("build: remove obsolete references to cris and avr32") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* jamvm: Use <fenv.h> instead of <fpu_control.h>Guo Li2018-09-05
| | | | | | | | | | | | musl libc (http://musl-libc.org lack the non-standard <fpu_control.h> header, which is used in src/os/linux/{i386,x86_64}/init.c files to setup the floating point precision. This patch makes it use the standard C <fenv.h> header instead. Original patch at Felix Janda at https://sourceforge.net/p/jamvm/patches/6/ 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>
* jamvm: move to new repoDana2015-01-06
Signed-off-by: Dana H. Myers <k6jq@comcast.net>