Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

danielv

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by danielv

  1. Is it necessary to install microcode stuff?


     


    I see this available, but nothing seems to be available for AMD processors....


    sys-apps/microcode-ctl  (Intel processor microcode utility)


    and


    sys-apps/microcode-data  (Intel IA32 microcode update date)


     


    thanks


  2. Clarification: doco = documentation

     

    http://www.funtoo.org/News:The_Many_Builds_of_Funtoo_Linux

    takes us to ...

    http://www.funtoo.org/Subarches

    Let's say you have a core2_64 chip, so from the Subarches page you'd go to http://www.funtoo.org/Core2_64

     

    See http://www.funtoo.org/Installation_%28Tutorial%29

     

    edit /etc/make.conf

    CHOST="x86_64-pc-linux-gnu"

     

    CFLAGS="-march=core2 -O2 -pipe" <-- as per http://www.funtoo.org/Core2_64

    CFLAGS="-march=native -O2 -pipe"  <-- as per http://www.funtoo.org/Installation_%28Tutorial%29

     

    Which is the best CFLAG option to use?

    Can we please edit the appropriate web page to be consistent?

     

    Thanks! danielv

×
×
  • Create New...