summaryrefslogtreecommitdiffstatshomepage
path: root/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'make.conf')
-rw-r--r--make.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/make.conf b/make.conf
new file mode 100644
index 0000000..2cbdd39
--- /dev/null
+++ b/make.conf
@@ -0,0 +1,39 @@
+# 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="-O2 -march=i686 -pipe"
+CFLAGS="${COMMON_FLAGS}"
+CXXFLAGS="${COMMON_FLAGS}"
+FCFLAGS="${COMMON_FLAGS}"
+FFLAGS="${COMMON_FLAGS}"
+# WARNING: Changing your CHOST is not something that should be done lightly.
+# Please consult https://wiki.gentoo.org/wiki/Changing_the_CHOST_variable before changing.
+CHOST="i686-gentoo-linux-musl"
+
+# NOTE: This stage was built with the bindist Use flag enabled
+PORTDIR="/var/db/repos/gentoo"
+DISTDIR="/var/cache/distfiles"
+PKGDIR="/var/cache/binpkgs"
+
+# This sets the language of build output to English.
+# Please keep this setting intact when reporting bugs.
+LC_MESSAGES=C
+
+MAKEOPTS="-j1"
+
+CPU_FLAGS_X86="mmx"
+
+GENTOO_MIRRORS="http://gentoo.mirrors.ovh.net/gentoo-distfiles/"
+
+PORT_LOGDIR="/var/log/portage/"
+PORTAGE_ELOG_CLASSES="log warn error"
+PORTAGE_ELOG_SYSTEM="echo save:*"
+
+PORTAGE_COMPRESS=""
+
+EMERGE_DEFAULT_OPTS="--ask --alert --autounmask-write=n --jobs=1"
+
+FEATURES="compress-build-logs clean-logs split-elog split-log"
+
+INSTALL_MASK="/usr/share/doc/*"