jamvm: Add host build 9693/head
authorRosen Penev <rosenp@gmail.com>
Sun, 11 Aug 2019 20:58:21 +0000 (13:58 -0700)
committerRosen Penev <rosenp@gmail.com>
Fri, 30 Aug 2019 17:32:19 +0000 (10:32 -0700)
commit2972cc98ebfb512d394ffe406410961545821936
treeb54b83bc603f31c3cee8898f3a0125f5039270f3
parent614e8e8be35139c9114c630661c8bdb1a39bcb92
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>
lang/jamvm/Makefile
lang/jamvm/patches/010-musl.patch [new file with mode: 0644]