hi,
i have following im my /etc/make.conf:
is there any limitations for this architecture according to program compilation with gcc in freebsd?
why compiler sets "-march=athlon-mp" instead of "-march=k8", or, how can i fix it?
i have following im my /etc/make.conf:
Code:
CPUTYPE?=k8 # CPUTYPE=k8 ## this doesn't work too
CFLAGS= -O2 -fno-strict-aliasing -pipe -fomit-frame-pointer -funroll-loops
is there any limitations for this architecture according to program compilation with gcc in freebsd?
why compiler sets "-march=athlon-mp" instead of "-march=k8", or, how can i fix it?