aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'builders/milou/gnome-v3/portage/make.conf')
-rw-r--r--builders/milou/gnome-v3/portage/make.conf46
1 files changed, 0 insertions, 46 deletions
diff --git a/builders/milou/gnome-v3/portage/make.conf b/builders/milou/gnome-v3/portage/make.conf
deleted file mode 100644
index 96913ff..0000000
--- a/builders/milou/gnome-v3/portage/make.conf
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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 -pipe -march=x86-64-v3"
-CFLAGS="${COMMON_FLAGS}"
-CXXFLAGS="${COMMON_FLAGS}"
-FCFLAGS="${COMMON_FLAGS}"
-FFLAGS="${COMMON_FLAGS}"
-
-# 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="-j32 -l64"
-
-EMERGE_DEFAULT_OPTS="--jobs 20 --load 64 --keep-going --binpkg-respect-use --usepkg --with-bdeps=y --color n --nospinner"
-
-FEATURES="binpkg-multi-instance buildpkg compress-index -network-sandbox"
-
-BINPKG_FORMAT="gpkg"
-BINPKG_COMPRESS="xz"
-
-USE="bindist"
-
-ACCEPT_RESTRICT="* -bindist"
-
-ACCEPT_LICENSE="@FREE MPEG-4"
-
-LC_ALL="en_US.utf8"
-
-# x86-64-v1:
-CPU_FLAGS_X86_v1="cmov cx8 fpu fxsr mmx osfxsr sce mmxext sse sse2"
-
-# x86-64-v2:
-CPU_FLAGS_X86_v2="${CPU_FLAGS_X86_v1} cmpxchg16b lahf_sahf popcnt sse3 sse4_1 sse4_2 ssse3"
-
-# x86-64-v3:
-CPU_FLAGS_X86_v3="${CPU_FLAGS_X86_v2} avx avx2 bmi1 bmi2 f16c fma3 lzcnt movbe osxsave"
-
-CPU_FLAGS_X86=${CPU_FLAGS_X86_v3}