maintainer-feedback requested: [Bug 233883] java/openjdk8: fix build with GCC-based architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 9 12:28:59 UTC 2018
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-java mailing list
<java at FreeBSD.org> for maintainer-feedback:
Bug 233883: java/openjdk8: fix build with GCC-based architectures
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233883
--- Description ---
Before update to 8.192.26, openjdk8 compiled fine, but 8.192.26 made building
on FreeBSD use clang by default, which breaks GCC architectures.
Add CONFIGURE_ARGS+=--with-toolchain-type=gcc when COMPILER_TYPE is gcc
(alternatively we could add
CONFIGURE_ARGS+=--with-toolchain-type=${CHOSEN_COMPILER_TYPE} to all targets).
Tested on powerpc64 and amd64.
Hardware sponsored by IntegriCloud.
More information about the freebsd-java
mailing list