[www/chromium] Illegal instruction: 4 on Pentium3

MIHIRA Sanpei Yoshiro sanpei at sanpei.org
Sun Nov 14 00:44:47 UTC 2010


H.

Finally, I removed -mss3 and -mpentium4(changed to -msse and
-mpentium3). I could compile and execute chromium on Pentium3
without problem.

@@ -884,8 +884,8 @@
             'conditions': [
               ['branding=="Chromium"', {
                 'cflags': [
-                  '-march=pentium4',
-                  '-msse2',
+                  '-march=pentium3',
+                  '-msse',
                   '-mfpmath=sse',
                 ],
               }],

  From chromium mailing list archive discussion, some Athlon CPU
does not have SSE2. So I thought default compile option was -msse or
remove -msse( and remove -mfpmath=sse). and could set by CFLAGS value

Best Regards,
---
MIHIRA, Sanpei Yoshiro
Tokyo, Japan.



More information about the freebsd-ports mailing list