mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-java/openjdk: fix openjdk 8 configure args
The option doesn't exist for 8, I botched the mass conversion.
Fixes: 962499a101
Closes: https://bugs.gentoo.org/961026
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -192,8 +192,7 @@ src_configure() {
|
||||
filter-flags -fexceptions
|
||||
|
||||
# Strip lto related flags, we rely on --with-jvm-features=link-time-opt
|
||||
# See bug #833097 and bug #833098.
|
||||
tc-is-lto && myconf+=( --with-jvm-features=link-time-opt )
|
||||
# in newer JDKs. See bug #833097 and bug #833098.
|
||||
filter-lto
|
||||
filter-flags -fdevirtualize-at-ltrans
|
||||
|
||||
|
||||
Reference in New Issue
Block a user