Created attachment 15915 [details] [review] 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)
Fixed. Thanks.
Mass version move, cvs -> git
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.