Date: Sun, 01 Sep 2024 01:18:19 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 281150] java/openjdk11: fix build with clang 19 on i386 Message-ID: <bug-281150-8522-quOHKjVVRQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281150-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-281150-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281150 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} =3D=3D aarch64 || ${ARCH} =3D=3D amd64 || ${ARCH:Marmv*} || ${ARCH:Mpowerpc64*} +.if ${ARCH} =3D=3D aarch64 || ${ARCH} =3D=3D amd64 || ${ARCH:Marmv*} || ${= ARCH} =3D=3D i386 || ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+=3D --disable-warnings-as-errors .endif ??? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281150-8522-quOHKjVVRQ>