summaryrefslogtreecommitdiff
path: root/gentoo/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/make.conf')
-rw-r--r--gentoo/make.conf29
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/"