$ firefox

$ firefox
zsh: illegal hardware instruction firefox

FUCK
mpv seems to be crashing for the same reason

Attached: USE CLOVEROS.png (2560x1440, 567K)

Other urls found in this thread:

useast.cloveros.ga/
gitgud.io/cloveros/cloveros/raw/master/installscript.sh
pastebin.com/AaXmd0PM
twitter.com/NSFWRedditVideo

chsh -s /bin/bash

$ cat fire.sh
#!/bin/bash

firefox
$ bash fire.sh
fire.sh: line 3: 8306 Illegal instruction firefox

firefox-bin executes normally but it crashes like hell, probably due to some CFLAGS (-march seems to blame)
how can i recompile mpv on my own here?

Install Gentoo.

Are you using -march native?

useast.cloveros.ga/
CFLAGS="-Ofast -mmmx -mssse3 -pipe -funroll-loops -flto=8 -floop-block -floop-interchange -floop-strip-mine -ftree-loop-distribution"

it is weird because the system is running, but not specific applications, spacefm presents the same message

>-march
wrong links sorry
gitgud.io/cloveros/cloveros/raw/master/installscript.sh
CFLAGS="-O3 -march=native -pipe -funroll-loops -floop-block -floop-interchange -floop-strip-mine -ftree-loop-distribution"

yes, it uses march native

Linux, totally ready for the desktop

cpuinfo pastebin.com/AaXmd0PM
currently doing ~/cloveros_settings.sh u

>-Ofast
>-funroll-loops

Attached: Ricer1322537304.jpg (546x386, 36K)

the processor is pretty old though

>bloat

O3 sometimes breaks things. Try with O2.

>gitgud.io/cloveros/cloveros/raw/master/installscript.sh
CPU_FLAGS_X86="mmx mmxext sse sse2 ssse3 sse3"

>flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm pti dtherm
>mmxext missing
>sse3 missing
there is your problem, it is time to upgrade bucko
or compile everything from the ground up
i dont even know how you managed to boot

>using -funroll-loops

>he doesn't like funrolls

Attached: funrolls.jpg (380x380, 41K)

>anything more than
CFLAGS="-O2 -pipe -march=

CFLAG ricers dig their own graves.

>executing illegals
#spiclivesmatter

...

Looks like a hardware issue. If it's doing a gpu call to a weak or completely out of date gpu, then the program will likely crash. I installed CloverOS on my mom's old gateway and things like spacefm and firefox would crash. I actually suggest getting an older debian to run on your system instead.

LTO and graphite optimizations do bring a noticeable performance/size improvement in most cases.