Date: Mon, 30 Jan 2023 17:17:17 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 267871] /usr/bin/rs compile fails after udate to c++ Message-ID: <bug-267871-227-ds4JGkBE8q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267871-227@https.bugs.freebsd.org/bugzilla/> References: <bug-267871-227@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=3D267871 John Baldwin <jhb@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Open |Closed --- Comment #13 from John Baldwin <jhb@FreeBSD.org> --- After more investigating, I think the case that was broken was doing a 'make buildworld' without NO_CLEAN=3Dyes after a different commit I made to make = MK_CXX conditional on bsd.compiler.mk. The issue was kind of the inverse of b9cb80883bce6dc992cf05ae2e59089a60d311ec. Same issue, but applied to the !NO_CLEAN case. It has been rendered OBE though by the removal of the MK_C= XX option in ac4c695ad61e81d00cff2a03202a4afe94a92513. --=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-267871-227-ds4JGkBE8q>