diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-18 15:32:00 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-18 15:32:00 -0500 |
| commit | 6cf818e948e5f4cba645251db6da4ebdc93885e4 (patch) | |
| tree | 9793a7ff5bdd0f3d1f3ad64c25f7156eeb9b759f /gentoo/make.conf | |
| parent | 79424677d910a87e76801bac72a5af2b5a547bcf (diff) | |
Gentoo Specific Stuff
Diffstat (limited to 'gentoo/make.conf')
| -rw-r--r-- | gentoo/make.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gentoo/make.conf b/gentoo/make.conf new file mode 100644 index 0000000..fa84ee0 --- /dev/null +++ b/gentoo/make.conf @@ -0,0 +1,29 @@ +# These settings were set by the catalyst build script that automatically +# built this stage. +# Please consult /usr/share/portage/config/make.conf.example for a more +# detailed example. +COMMON_FLAGS="-march=native -O2 -pipe" +CFLAGS="${COMMON_FLAGS}" +CXXFLAGS="${COMMON_FLAGS}" +FCFLAGS="${COMMON_FLAGS}" +FFLAGS="${COMMON_FLAGS}" +RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native" +MAKEOPTS="-j30 -l33" +USE="-gnome kde dbus wayland X -bluetooth cxx git networkmanager dist-kernel" +ACCEPT_LICENSE="*" +INPUT_DEVICES="libinput" +VIDEO_CARDS="amdgpu radeonsi" + +# NOTE: This stage was built with the bindist USE flag enabled + +# This sets the language of build output to English. +# Please keep this setting intact when reporting bugs. +LC_MESSAGES=C.UTF-8 + +GENTOO_MIRRORS="https://mirrors.rit.edu/gentoo/ \ + http://mirrors.rit.edu/gentoo/ \ + ftp://mirrors.rit.edu/gentoo/ \ + rsync://mirrors.rit.edu/gentoo/ \ + https://mirror.umd.edu/gentoo/ \ + http://mirror.umd.edu/gentoo/ \ + rsync://mirror.umd.edu/gentoo/" |
