http://bugs.freedesktop.org/show_bug.cgi?id=15503

           Summary: Only check for __x86_64__ since all known unix compilers
                    define it
           Product: Mesa
           Version: CVS
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: medium
         Component: Mesa core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=15915)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=15915)
replace __amd64__ and similar with __x86_64__

icc does not define __amd64 or __amd64__ (and thus breaks the standard) but
does define __x86_64__.

This patch replaces all checks for __amd64__ or similar with __x86_64__. (Only
three checks)


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to