• [^] # Re: Pas sous Gentoo.

    Posté par . En réponse au journal osinfo. Évalué à 1.

    root@xfpc:~# sh osinfo
    Gentoo release 1.6.14 on i386 (2.6.16-gentoo-r9)
    root@xfpc:~# grep CHOST /etc/make.conf
    # (even Athlons) should use "i686-pc-linux-gnu". All K6's are i586.
    CHOST="i686-pc-linux-gnu"
    root@xfpc:~# grep march /etc/make.conf
    # -march=<cpu-type> means to take full advantage of the ABI and instructions
    # example, -march=athlon-xp code will not run on a regular Athlon, and
    # -march=i686 code will not run on a Pentium Classic.
    # K6 markings are deceptive. Avoid setting -march for them. See Bug #24379. #
    CFLAGS="-O2 -mtune=k8 -march=k8 -pipe -msse -msse2 -msse3 -mfpmath=sse"

    enfin bon ...