Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Dec 2018 12:28:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 233883] java/openjdk8: fix build with GCC-based architectures
Message-ID:  <bug-233883-8522-WOAnLiXGXt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233883-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233883-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-java mailing l=
ist
<java@FreeBSD.org> for maintainer-feedback:
Bug 233883: java/openjdk8: fix build with GCC-based architectures
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233883



--- Description ---
Before update to 8.192.26, openjdk8 compiled fine, but 8.192.26 made buildi=
ng
on FreeBSD use clang by default, which breaks GCC architectures.

Add CONFIGURE_ARGS+=3D--with-toolchain-type=3Dgcc when COMPILER_TYPE is gcc
(alternatively we could add
CONFIGURE_ARGS+=3D--with-toolchain-type=3D${CHOSEN_COMPILER_TYPE} to all ta=
rgets).

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233883-8522-WOAnLiXGXt>