[Bug 272744] cxgbe firmware fails to build on i386

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 27 Jul 2023 00:22:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272744

Mina Galić <freebsd@igalic.co> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |np@FreeBSD.org

--- Comment #1 from Mina Galić <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.

-- 
You are receiving this mail because:
You are the assignee for the bug.