Hello.
I have FreeBSD 10 on an old computer that lacks the SSE2 instruction set. I tried to compile the www/chromium port, but the compilation failed as an intermediate program in the build step executed an illegal instruction. The resulting
How could
I have FreeBSD 10 on an old computer that lacks the SSE2 instruction set. I tried to compile the www/chromium port, but the compilation failed as an intermediate program in the build step executed an illegal instruction. The resulting
chromium binary would probably also have contained SSE2 opcodes.How could
chromium be compiled without SSE2? Or, is there a pre-built package? Arch Linux wiki explains something about chromium for old PCs: https://wiki.archlinux.org/index.php/ch ... ating_SSE2. I've tried the chromium-no-sse2 patch, but haven't had any success yet.