Date: Thu, 27 Jul 2023 00:22:27 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 272744] cxgbe firmware fails to build on i386 Message-ID: <bug-272744-227-VpKJzvUcSG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-272744-227@https.bugs.freebsd.org/bugzilla/> References: <bug-272744-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=3D272744 Mina Gali=C4=87 <freebsd@igalic.co> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |np@FreeBSD.org --- Comment #1 from Mina Gali=C4=87 <freebsd@igalic.co> --- so, the issue here is that somewhere in the buildsystem, a -Di386 is turned into "1" (thanks to clang being gcc compatible here) __XSTRING(FIRMW_FILE) then recursively resolves FIRMW_FILE, and turns the -= i386 portion of the path into -1. --=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-272744-227-VpKJzvUcSG>