[Bug 216944] restrict llvm dependency to only archs that support it in graphics/libGL/Makefile.common
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 3 13:58:20 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216944
Matthew Rezny <rezny at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #179801|0 |1
is obsolete| |
Attachment #179803|0 |1
is obsolete| |
--- Comment #7 from Matthew Rezny <rezny at freebsd.org> ---
Created attachment 180463
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180463&action=edit
disable Gallium and EGL on platforms without working LLVM (sparc64, ia64)
If it were just that LLVM produced bad code on Sparc64 or MIPS then no change
would be needed, just the gallium drivers (llvmpipe) would not work but the
classic drivers (swrast) would still be available. Since LLVM was not blocked
on Sparc64, I assumed at worst the Mesa build would fail with Gallium enable,
requiring disabling Gallium and thus also EGL. Since LLVM fails to build, it
should be marked broken on Sparc in addition to not using it in Mesa.
The attached patch should take care of Sparc64. Should MIPS be added to the
exclusion?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list