openwrt-packages/lang/jamvm/patches
Rosen Penev 2972cc98eb jamvm: Add host build
Needed for classpath. GCJ is also needed but that can be dealt with
separately.

Fix compilation with musl by defining _GNU_SOURCE. What's funny here is
that if __USE_GNU gets replaced, the host build fails. The man page says
_GNU_SOURCE for pthread_getattr_np but glibc violates that statement.

Removed classpath dependency. classpaths must select jamvm, not the other
way around.

Removed target whitelist. Switched to blacklist.

Fixed License information.

Various other cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-30 10:32:19 -07:00
..
001-Use-fenv.h-instead-of-fpu_control.h.patch jamvm: Use <fenv.h> instead of <fpu_control.h> 2018-09-05 22:18:02 +08:00
010-musl.patch jamvm: Add host build 2019-08-30 10:32:19 -07:00