battleblow / openjdk-jdk11u

BSD port of OpenJDK 11
GNU General Public License v2.0
9 stars 8 forks source link

Use $(LIBDL) instead of -ldl for FPregs test to account for libdl #85

Closed bsdkurt closed 5 years ago

bsdkurt commented 5 years ago

differences on *BSD. Fixes build on OpenBSD.

Greg, please check that FPregs test builds on FreeBSD with this. I'm unsure if LIBDL var is available in this Makefile.

battleblow commented 5 years ago

I've started a build that will also run the hot spot tests to see if it both builds and passes the test. I'll report back later today on the results.

battleblow commented 5 years ago

LGTM

Test run shows FreeBSD is still linking FPRegs correctly and the test passes.

bsdkurt commented 5 years ago

Thank you.