Advertisement
nenoro

amd

Mar 12th, 2025
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.60 KB | None | 0 0
  1. # These settings were set by the catalyst build script that automatically
  2. # built this stage.
  3. # Please consult /usr/share/portage/config/make.conf.example for a more
  4. # detailed example.
  5.  
  6. CFLAGS="-march=znver3 -O2 -pipe"
  7. CXXFLAGS="${CFLAGS}"
  8. FCFLAGS="${CFLAGS}"
  9. FFLAGS="${CFLAGS}"
  10. CHOST="x86_64-pc-linux-gnu"
  11. CPU_FLAGS="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"
  12.  
  13. # NOTE: This stage was built with the bindist Use flag enabled
  14.  
  15. PORTDIR="/usr/gentoo"
  16. DISTDIR="${PORTDIR}/distfiles"
  17. PKGDIR="${PORTDIR}/packages"
  18. PORTAGE_TMPDIR="/tmp"
  19. PORTAGE_ELOG_CLASSES="log warn error"
  20.  
  21. # This sets the language of build output to English.
  22. # Please keep this setting intact when reporting bugs.
  23. LC_MESSAGES=C
  24.  
  25. GENTOO_MIRRORS="http://gentoo.mirrors.ovh.net/gentoo-distfiles/
  26.                ftp://ftp.free.fr/mirrors/ftp.gentoo.org/
  27.                http://ftp.free.fr/mirrors/ftp.gentoo.org/
  28.                https://mirrors.ircam.fr/pub/gentoo-distfiles/
  29.                https://mirrors.ircam.fr/pub/gentoo-distfiles/
  30.                rsync://mirrors.ircam.fr/pub/gentoo-distfiles/
  31.                https://mirrors.soeasyto.com/distfiles.gentoo.org/
  32.                http://mirrors.soeasyto.com/distfiles.gentoo.org/
  33.                ftp://mirrors.soeasyto.com/distfiles.gentoo.org/"
  34.  
  35.  
  36. USE="${USE} X xinerama pipewire"
  37. USE="${USE} truetype cleartype corefonts tahoma git"
  38. USE="${USE} jpeg jpeg2k png gif apng bash-completion x264 x265 openh264"
  39. USE="${USE} alsa gstreamer mp3 mp4 flac lame aac matroska pulseaudio"
  40. USE="${USE} dri dri3 lm-sensors hddtemp mplayer mpv mpeg ffmpeg encode opencl openal opengl"
  41.  
  42. USE="${USE} -gnome -kde -semantic-desktop -libav -modemanager -networkmanager -java -branding -infinality"
  43. USE="${USE} -systemd -elogind -deprecated -docs -test -examples -kerberos -plasma -bindist -bluetooth"
  44. USE="${USE} -javascript -pcmcia -telemetry -wifi -ccache -passwdqc"
  45.  
  46. LINGUAS="en en-US en_US"
  47. L10N="en en-US en_US"
  48. INPUT_DEVICES="evdev"
  49. VIDEO_CARDS="amdgpu radeonsi"
  50. LLVM_TARGETS="AMDGPU"
  51. AUTOCLEAN="yes"
  52. FEATURES="${FEATURES} noman nodoc noinfo sandbox usersandbox userpriv userfetch -ccache" #ccache causes failure
  53. FEATURES="${FEATURES} fail-clean clean-logs preserve-libs"
  54. FEATURES="${FEATURES} unknown-features-warn python-trace"
  55. # cgroup doesn't exist
  56.  
  57. #multi-threads don't reduce the compile time
  58. MAKEOPTS="-j8"
  59.  
  60. EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --quiet-build=y --verbose --nospinner"
  61. EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --color=y --complete-graph --with-bdeps=y"
  62. SANE_BACKENDS="brother"
  63. PORTAGE_NICENESS="19"
  64. ACCEPT_LICENSE="*"
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement