K 10 svn:author V 5 naddy K 8 svn:date V 27 2014-12-31T15:46:11.303814Z K 7 svn:log V 315 On i386, setting CPUTYPE=pentium-m or such will cause __SSE__ to appear. This in turn triggers an #ifdef branch that tries to include , but gcc on 9.x doesn't have that header. Make query_cpu_support() skip cpuid and always return 0 as it is only used for a sanity check that we don't need. PR: 195881 END