[Bug 281150] java/openjdk11: fix build with clang 19 on i386
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 281150] java/openjdk11: fix build with clang 19 on i386"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Sep 2024 01:18:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281150 Vladimir Druzenko <vvd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vvd@FreeBSD.org --- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> --- Why not: -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH:Marmv*} || ${ARCH:Mpowerpc64*} +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH:Marmv*} || ${ARCH} == i386 || ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --disable-warnings-as-errors .endif ??? -- You are receiving this mail because: You are the assignee for the bug.