[Mesa-dev] [Bug 62868] New: solaris build broken with missing ffsll
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Mar 28 07:44:08 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=62868
Priority: medium
Bug ID: 62868
Assignee: mesa-dev at lists.freedesktop.org
Summary: solaris build broken with missing ffsll
Severity: normal
Classification: Unclassified
OS: Solaris
Reporter: pierre-bugzilla at ossman.eu
Hardware: Other
Status: NEW
Version: 9.1
Component: Mesa core
Product: Mesa
Created attachment 77157
--> https://bugs.freedesktop.org/attachment.cgi?id=77157&action=edit
MesaLib-9.1.1-ffs.patch
Mesa uses ffsll, which isn't present on Solaris. It is however present as a
builtin in gcc, which is sufficient. But for unclear reasons the Mesa headers
will only properly use that on a specific list of platforms, instead of all gcc
compliations.
Attached patch removes this restrictive list and uses the builtins whenever gcc
is used and the native versions are missing.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130328/b12d9020/attachment.html>
More information about the mesa-dev
mailing list