Date: Sun, 14 Nov 2010 09:44:43 +0900 (JST) From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> To: chromium@hybridsource.org Cc: ports@FreeBSD.org, rene@FreeBSD.org Subject: Re: [www/chromium] Illegal instruction: 4 on Pentium3 Message-ID: <20101114.094443.407454645627537737.sanpei@sanpei.org> In-Reply-To: <4CDD6C06.1060307@hybridsource.org> References: <20101113.080831.949267780715453933.sanpei@sanpei.org> <4CDD6C06.1060307@hybridsource.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101114.094443.407454645627537737.sanpei>