[Bug 236566] java/openjdk8: clang 8 crashes during build on aarch64 and armv7 (blocks 647 ports)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 9 02:16:13 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236566

--- Comment #6 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 203870
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203870
jdk-use-ports-clang.patch

devel/llvm* bypass native-xtools which makes cross-builds (via
qemu-user-static) very slow. I'd prefer __attribute__((optnone)) limited to the
affected function or -O1 limited to the affected file.

Besides, armv7 needs the workaround as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-java mailing list