From 6cf818e948e5f4cba645251db6da4ebdc93885e4 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 18 Jan 2026 15:32:00 -0500 Subject: Gentoo Specific Stuff --- gentoo/make.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 gentoo/make.conf (limited to 'gentoo/make.conf') 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/" -- cgit v1.2.3